Add User
Add User
Adds a user to the organization.
POST
Add User
Provide an email address to add the user as a standard organization member.Omitting an email address creates an organization-managed user instead.Managed users are not linked to individual accounts and are intended for programmatic use, such as generating tokens for automated processes or integrations.
Authorizations
Bearer token obtained by authenticating with service account credentials (client_id and client_secret).
See the Getting started page for the full authentication flow.
Path Parameters
Your organization ID, found in your organization's URL: anaconda.com/app/organizations/<ORG_ID>/.
Body
application/json
The email address for the new user. If omitted, an organization-managed user is created instead.
The first name of the user. For managed users, use a descriptive name for the token's intended purpose.
The last name of the user. For managed users, use a descriptive name for the token's intended purpose.