Excerpt |
---|
Creates a new role for the specified tenant with the given properties for the specified tenant. |
Required user role: YUUVIS_SYSTEM_INTEGRATORspecified in JSON format in the request body. |
The properties for the new role are passed in JSON format.
The only required parameters are name for the role and its description.
Meaning of the response status codes:
HTTP Status Code | Meaning |
---|
201 CREATED | Successful, the user role has been created with the specified properties. |
401 UNAUTHORIZED | The call was unauthorized. |