BETA

Operation Type Object Dto
Query users UserGLDto

Description

List of all users of the current subscription. Users are common to all organizations in a subscription.

Key Value
Authorization Bearer Current access Token
X-TenantId Current tenant id obtained from userProfile
x-api-key Primary or secondary subscription key of your app

users

Fields Type Description
id UUID Id
authentificationEmail string Email
fullName string Name and Surname
applicationlanguageCode string User’s language (e.g. en-US)
isBlocked bool true if the user is blocked in Sage Active
expirationDate datetime date since when the user is blocked
activeOrganizationId UUID user’s default organisation
hasAllOrganizations bool Currently unused, still true
Info
  • applicationlanguageCode: Allows you to know the language preference of the connected user to also localize your application.
  • activeOrganizationId: Id of the last organization the user used in the tenant.