get https://api.talkdeskapp.com/users/me
User info endpoint as per the OpenID Connect spec
Scope
openid
Body Response - Schema
200 (the default success response)
Parameter | Type | Description | Required |
---|---|---|---|
id | string | the ID of the user | no |
sub | string | the subject of the token | yes |
name | string | the name of the user | yes |
string | the email of the user | yes | |
_links | object | "_links" subdivides into: 1 - "self" (object) - the URI of the details of the user. 1.1 - "href" (string) - default: http://api-docs.talkdesk.org/users/{id} | no |
400 (no user context), 401 (unauthorized), 403 (forbidden access)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.