My Organization API
cURL
curl --request POST \ --url https://{tenantDomain}/my-org/v1/delete-memberships \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "members": [ "auth0|1234567890" ] } '
{ "type": "https://auth0.com/api-errors#A0E-400-0003", "status": 400, "title": "Validation Error", "validation_errors": [ { "detail": "is required", "field": "data/property_name", "pointer": "/property_name", "source": "params" } ] }
Remove one member from this Organization. The underlying user account is not deleted.
Documentation IndexFetch the complete documentation index at: https://auth0.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
1
The user ID.
^(?=.{1,1024}$).+\|.+$
The Organization memberships were removed successfully.
このページは役に立ちましたか?