{"openapi":"3.0.4","info":{"title":"Add User to Role","description":"Adds the User to the specified Role","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/identity"}],"paths":{"/api/roles/{id}/users/{userId}":{"put":{"tags":["Roles"],"summary":"Add User to Role","description":"Adds the User to the specified Role","operationId":"AddUserToRole","parameters":[{"name":"id","in":"path","description":"The unique identifier for the Role","required":true,"schema":{"maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string"}},{"name":"userId","in":"path","description":"The unique identifier for the User","required":true,"schema":{"maxLength":64,"minLength":1,"pattern":"^[a-zA-Z0-9\\-_]+$","type":"string"}}],"responses":{"204":{"description":"No Content","content":{}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/identity/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"404":{"description":"Not Found","content":{}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/identity/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"Stable"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}