{ "operationId": "PutRolesinUser", "method": "PUT", "path": "/api/license-manager/users/{userId}/roles", "summary": "VTex Add roles to user or appKey", "requestExamples": [ { "contentType": "application/json", "example": [ 9000, 9111, 9333, 9444 ] } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": { "Message": "Roles list contains roles that do not exist in this account" } }, { "status": "500", "contentType": "application/json", "example": { "Message": "Unexpected error" } } ] }