Organizations
Remove a user from an organization
Remove a user from the organization and all its child spaces (membership cascade).
Requires organization admin.
<Note>This endpoint is in beta, read more here.</Note>
delete/v2/organizations/{org_id}/users/{user_id}
Path parameters
org_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique organization identifier (base64)
user_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique user identifier (base64)
Response
User successfully removed from the organization