/v1/users/me
GET {{baseUrl}}/v1/users/me
Returns the User ID, Team ID, and display name of the user account associated with the provided access token.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"team_user":{"team_id":"\u003cstring\u003e","user_id":"\u003cstring\u003e"}}