Infrastructure/Tenants
POSTInfrastructureSince 1.0SynchronousAuth Required
RemoveMembers
Remove one or more users from the specified organizational unit.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
tenantUuidStringRequiredUUID of the tenant that owns the org unit
uuidStringRequiredUUID of the org unit to remove members from
Responses
Endpoint
POST/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members/remove
/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members/remove
Request Example
curl -X POST '{host}/api/v1/tenants/{tenantUuid}/org/units/{uuid}/members/remove' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{}Change History
This API has no change history records yet.
