Validate
Validate that given users/gropups exists under tenant IDP
Request
URI
POST
https://{api_host}/admin/hybridity/api/authz/rbac/tenants/{tenantId}/validateUsersAndGroups
COPY
Path Parameters
string
tenantId
Required
tenant ID
Request Body
UsersAndGroups
of type(s)
application/json
Required
{
"usersAndGroups": [
"string"
]
}
array of
string
usersAndGroups
Optional
usersAndGroups
Responses
200
The validation was successful
Operation doesn't return any data structure
400
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Operation doesn't return any data structure