Update User Token
Updates the expiration date of a user’s organization access token.
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 whose token to update.
Body
The new expiration date and time for the token in ISO 8601 format. Ignored when is_renewal is true.
Number of additional months to extend the token beyond the expires_at date as a grace period.
Set to true to automatically extend the token expiration to match your organization's subscription end date. When true, the expires_at field is ignored.
Response
Token updated successfully