Leave an organization
DELETE
/auth/v1/memberships/{orgId}/leaveRemoves the authenticated user's own membership from the organization.
Authorization
Bearer Authorization<token>
In: header
Path Parameters
orgId*string
Organization ID
Response Body
200application/json
OK
type: unknown
{
"$ref": "#/components/schemas/authv1.StatusResponse",
"$ref-value": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
}
}curl -X DELETE "https://api.rixl.com/auth/v1/memberships/string/leave"OK
application/json
{
"$ref": "#/components/schemas/authv1.StatusResponse",
"$ref-value": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
}
}Change the account email PUT
Starts changing the authenticated account's email address. A verification code is sent to the new address; the change is applied only after the code is confirmed via `POST /auth/v1/email/verify`. Subject to rate limiting per account.
Remove a member from an organization DELETE
Removes the specified member from the organization.