Remove users from organization
DELETE https://{{base_url}}/v3/organizations/{{organization_uid}}/share
The Remove users from organization request allows you to remove existing users from your organization.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Remove users from organization API Reference document
Request Body
{"emails"=>["abc@sample.com", "xyz@sample.com"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter the authtoken of the user. | |
Content-Type | string | Enter "application/json" to pass a request body. |