Validate
Validate that given users/gropups exists under given identity provider
Request
URI
POST
https://{api_host}/tca/tenancy/api/v1/idps/{idpId}/validateUsersAndGroups
COPY
Path Parameters
string
idpId
Required
The identifier of the IDP
idpId example
fc0a0058-3cfd-44b1-a91d-5110d48a63e2
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
Returns BadRequest of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}