Get a user access token
GET/api/v4/users/tokens/:token_id
Get a user access token. Does not include the actual authentication token.
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
- 404
User access token retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found