Retrieve a user

GET
Retrieves the details of an existing user.

Path parameters

userIdstringRequired
The unique identifier for a single end-user of your application.

Response

This endpoint returns an object.
createdAtdatetime

The creation date and time of the user in ISO 8601 format.

idstring
The unique identifier for this user.
foreignIdstringOptional
The customer-specific unique identifier associated with this user.
metadatamap from strings to stringsOptional

Use metadata for storing additional user data. For filtering, please use foreignId.

emailstringOptionalDeprecated
The user's email address. Abound assume's you have taken the proper steps to verify the ownership of this email address.

Errors