remove_user
Remove an active tenant member. Requires Owner role. Cannot remove the last owner of a tenant. Returns: target_user_id (str) — UUID of the removed member; removed (bool) — always true on success.
destructive
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
target_user_id | str | Yes | — |
Returns
Section titled “Returns”Returns a structured object. Top-level fields:
target_user_id(string)removed(boolean)
See the response example below for the full payload shape.
Example
Section titled “Example”Tool Call
Section titled “Tool Call”{ "name": "remove_user", "arguments": { "target_user_id": "33333333-3333-3333-3333-333333333333" }}Response
Section titled “Response”{ "target_user_id": "33333333-3333-3333-3333-333333333333", "removed": true}- Module:
Admin - Requires authentication via API token or Auth0 JWT.