Resolve ID Token

Information about the authorized user derived from the resolved ID Token <Note>Access to this endpoint requires a bearer token from a [Data Client App](/data/docs/getting-started-data-clients).</Note> Required Scope | `authorized_user:read`

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idTokenstringOptional
The ID token created using the Designer API

Response

Request was successful
idstringformat: "objectid"
The unique ID of the user
emailstringformat: "email"
The user's email address
firstNamestring
The user's first name
lastNamestring
The user's last name
siteIdstring
The ID of the site associated with the user

Errors

4XX
Client Request Error
401
Unauthorized Error
403
Forbidden Error
5XX
Server Error