latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
teams
Fetch a user's Teams token
Fetches a specific Teams token by its ID for a given user. This endpoint is available to project administrators and requires project-level authentication. Use this to inspect token details including its status, creation date, and associated metadata.
get/users/{user_id}/channels/teams/tokens/{token_id}
Path parameters
user_idstring required
token_idstring required
Response
OK
Example response
{
"created_at": "2021-01-01T00:00:00Z",
"discarded_at": "2021-01-01T00:00:00Z",
"id": "123",
"updated_at": "2021-01-01T00:00:00Z"
}