Go
Add members to an organization
Set one or more existing users as members of a specific Organization.
To add a user to an Organization through this action, the user must already exist in your tenant. If a user does not yet exist, you can invite them to create an account, manually create them through the Auth0 Dashboard, or use the Management API.
POST
Go
Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de chemin
Organization identifier.
Maximum string length:
50Corps
List of user IDs to add to the organization as members.
Minimum array length:
1Réponse
Members successfully added to organization.
Delete members from an organization
Précédent
Get user roles assigned to an Organization member
Suivant