UserAccessGroup

Returns list of users' access groups

This call returns the users' access groups.

Securitybearer
Request
Request Body schema:

Request object containing the user Ids

userIds
Array of strings or null <uuid>

List of User Ids.

Responses
post/api/v1/userAccessGroup/search
Request samples
{
  • "userIds": [
    ]
}
Response samples
application/json
[
  • {
    },
  • {
    }
]

Updates access group for users

This call updates the users' access group.

Securitybearer
Request
Request Body schema:

List of items representing user access groups

Array
userId
required
string <uuid>

The user id.

accessGroupId
required
string <uuid>

The access group id.

Responses
patch/api/v1/userAccessGroup
Request samples
[
  • {
    },
  • {
    }
]
Response samples
application/json
[
  • {
    },
  • {
    }
]