HTTP Operation Type Object
Query userProfile

Description

Represents the information about the currently authenticated user within the system.

This includes language preferences, name, email.

img

Key Value
Authorization Bearer Current access Token How to find?
x-api-key Primary or secondary subscription key of your app How to find?

userProfile

Fields Type Description
id UUID Id
firstName String User’s first name
lastName String User’s last name
fullName String User’s full name
applicationLanguageCode String User’s language (e.g. en-US)
authenticationEmail String user’s email
auth0UserId String Auth0 user identifier
Info
  • applicationlanguageCode: Allows you to know the language preference of the connected user to also localize your application.
  • auth0UserId: Unique identifier of the user in Auth0. This value can be used to reconcile the Public API user with the corresponding identity provider account.