Api reference
Remove a member's account from the caller's org
Detaches the member from this org. The underlying user record is not deleted — a user may belong to multiple orgs. Returns `204 No Content`.
Path Parameters
member_id*Member Id
Header Parameters
org-id?string|null
x-user-id?string|null
x-request-id?string|null
traceparent?string|null
Idempotency-Key?|null
Response Body
application/json
curl -X DELETE "https://loading/v1/admin/org/members/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List members of the caller's org
Paginated member list. Optional `search_query` substring-matches against email and name; optional `scope` filter selects `admin` or `user`.
List invitations for the caller's org
Paginated invite list. Optional `status` filter selects `pending`, `accepted`, `revoked`, or `expired`. `token_prefix` is safe to display; the full token is never echoed after creation.