POST User Groups
Create user group by importing already existing user group from external authentication server into Operations for Logs. Authentication server should be integrated with Operations for Logs beforehand.
{
"provider": "ad",
"domain": "vmware.com",
"name": "test-allena",
"roleIds": [
"ebc6de0c-95c7-4faf-9490-9ba918d5faab",
"00000000-0000-0000-0000-000000000001"
]
}
Successfully created user group
Incorrect request parameters
The request was refused because it lacks valid authentication
credentials. This can happen if the Authorization header
was missing, or if it contained an invalid session ID.
Obtain a new session ID and retry the request,
or make an unauthenticated request without the Authorization header.
"Invalid session ID"
Specified Active Directory or Workspace ONE Access group does not exist
Specified user group already exists
Workspace ONE Access or Active Directory configuration is not enabled
The request was refused because the session ID has
expired. Obtain a new session ID from /api/v1/sessions.
"Login Timeout"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v1/user-groups