C#
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
C#
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.