Resolve ID Token

Information about the authorized user derived from the resolved ID Token

Access to this endpoint requires a bearer token from a Data Client App.

Required Scope | authorized_user:read

Headers

AuthorizationstringRequired

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
idstring or nullformat: "objectid"
The unique ID of the user
emailstring or nullformat: "email"
The user's email address
firstNamestring or null
The user's first name
lastNamestring or null
The user's last name
siteIdstring or null
The ID of the site associated with the user

Errors