Create User Token
Generates an organization access token for the specified user.
send_token_email is true (the default), the user receives their token via email. The token enables the user to access packages from their organization’s repository channels.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>/.
The unique identifier of the user to assign a token to.
Body
The expiration date and time for the token in ISO 8601 format (for example, 2026-12-31T00:00:00+00:00).
Number of additional months to extend the token beyond the expires_at date as a grace period.
Whether to send the token to the user via email.