Hello@Surajv,
Q1: What is and how to find out the quota limit?
The quota limit for creating user tokens via the API (POST /api/2.0/token/create) is essential to manage token usage. Each user can have multiple personal access tokens in a Databricks workspace, but the maximum number of personal access tokens per user is limited to 600 per workspace. If you exceed this quota, you may encounter a QUOTA_EXCEEDED error when attempting to create additional tokens.
Q2: Is this token quota limit the total no. of active tokens in the system which have not expired (or) total no. of tokens created in a day + total tokens revoked in a day (or) total no. of tokens created in a day?
The token quota limit pertains to the total number of active tokens in the system. This includes tokens that have not expired, as well as tokens created. Revoked tokens are no longer active and therefore do not count towards this limit
Managing tokens effectively ensures secure access to your Databricks resources. If you need to create more tokens, consider cleaning up unused or expired tokens to stay within the quota limits.