Organization Users
Delete organization user
Deletes a user in your organization.
post/organizations/users/{id}/actions/remove
Path parameters
idstring required
Organization User ID
Response
Successful response with details about an Organization User.
Example response
{
"data": {
"created_at": "2018-02-02T22:25:27.521Z",
"email": "user@example.com",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"last_sign_in_at": "2018-02-02T22:25:27.521Z",
"organization_user_bypasses_sso": false,
"record_type": "organization_sub_user",
"user_status": "enabled"
}
}