Get user access tokens
GET/api/v4/users/:user_id/tokens
Get a list of user access tokens for a user. Does not include the actual authentication tokens. Use query parameters for paging.
Minimum server version: 4.1
Permissions
Must have read_user_access_token permission. For non-self requests, must also have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
User access tokens retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions