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#
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Maximum string length:
50Body
List of user IDs to add to the organization as members.
Minimum array length:
1Response
Members successfully added to organization.