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 How to find?
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
     
authentificationEmail String Email
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.