post https://rls.congacloud.com/api/user-management/v1/user-groups
Creates a new user group and returns the user group's ID.
Log in to see full request history
Responses
400Bad Request
403Forbidden
404Not Found
500Internal Server Error
Creates a new user group and returns the user group's ID.
400Bad Request
403Forbidden
404Not Found
500Internal Server Error
xxxxxxxxxx
curl --request POST \
--url https://rls.congacloud.com/api/user-management/v1/user-groups \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"Success": true,
"Data": "8879c5b9-2933-474c-a4e4-b71de4fcde75",
"StatusCode": "Created"
}