HTTP Operation Type Object
Query users

Description

Represents a list of users associated with the current organization.
Users may have different roles based on their profile.
Details about individual users, such as authentication information and full name, are provided in the specific fields of this resource.

Additionally, each user has an associated application language, which defines their preferred language within the application.

img

Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant id Why deprecated ?
X-OrganizationId Current organization Id How to find?
x-api-key Primary or secondary subscription key of your app How to find?

users

Fields Type Description
id UUID Id
     
authenticationEmail String Email
auth0UserId String Auth0 user identifier
firstName String User’s first name
lastName String User’s last name
fullName String Name and Surname
applicationLanguageCode String User’s language (e.g. en-US)
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.
  • fullName: Computed field, it cannot be used in filtering or sorting. Use ordering on firstName and lastName instead, and filtering on firstName or lastName.