v3
latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-0659315450.0 KBuser
Returns the User ID and Team ID of the user account associated with the provided access token.
get/v1/users/me
Response
OK
Example response
{
"team_user": {
"user_id": "auDAbliZ2rQNNOsUl5OLu",
"team_id": "Oi2RJILTrKk0KRhRUZozX"
}
}