User Groups
Create User Group
Use this API to create a new user group.
post/api/access/v1/user-groups
Request body
Example request
{
"name": "Administrators",
"description": "Group for system administrators"
}Response
OK
Example response
{
"userGroupId": "123e4567-e89b-12d3-a456-426614174000",
"name": "Administrators",
"description": "Group for system administrators",
"createdBy": "123e4567-e89b-12d3-a456-426614174001",
"createdDate": "2022-05-01T12:34:56Z",
"lastModifiedBy": "123e4567-e89b-12d3-a456-426614174001",
"lastModifiedDate": "2022-05-01T12:34:56Z"
}