Attention!

In previous versions, this object returned a list of all users within a tenant regardless of the organization, as all users of a tenant had access to all organizations.
Therefore, an X-OrganizationId did not need to be mentioned in the header.

However, with the new user management system, the introduction of multi-tenant capabilities for a single user, and user roles, the Users object will now return a list of users who actually have access to an organization.
Consequently, it is now necessary to specify an X-OrganizationId and an X-TenantId in the header.

HTTP Operation Type Object DTO Why-DTOs?
Query users UserGLDto

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.