Excerpt |
---|
Creates a new group with the given properties for the specified tenant. |
Required user role: YUUVIS_SYSTEM_INTEGRATOR
The properties for the new group are passed in JSON format. In the response body, the group ID is returned again in JSON format.
The only required parameter is name
for the group name. If roles should be assigned, the given specified realmRoles
must exist.
Meaning of the response status codes:
HTTP Status Code | Meaning |
---|
201 CREATED | Successful, the user has been created with the specified properties. |
401 UNAUTHORIZED | The call was unauthorized. |