- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 08:50 AM
I'm trying to list all tokens (both user and service principal) for a given workspace; using an Account level admin I've tried both the CLI as well as the API endpoint to list tokens, however each time, only the admin's tokens are returned.
I've confirmed this Admin user has "CAN_MANAGE" permissions on tokens; what am I missing? How else can I list & manage all tokens within a workspace?
- Labels:
-
Tokens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 09:55 AM
Hi @Constantino Schillebeeckx ,
please use this endpoint :
https://docs.databricks.com/dev-tools/api/latest/token-management.html#operation/get-tokens
https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/token-management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:12 AM
beautiful, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 11:59 AM
Great that I could help