v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
User & Permission

Provide a single resource - User

Retrieves a User resource.

get/users/{id}

Path parameters

idstring required

Resource identifier

Response

User resource

idinteger
usernamestring
activeboolean
adminboolean
firstNamestring nullable
lastNamestring nullable
emailstring
timezonestring
isAutomaticTimezoneboolean
jobstring nullable
managerstring nullable
profilePicturestring nullable
localesAvailableLocale[]

List of i18n locales for the application data

localeDefaultstring

Any locale

localeI18nDefault'fr-FR' | 'de-DE' | 'en-US' | 'es-ES' | 'it-IT' | 'nl-NL' | 'pl-PL' | 'ro-RO' | 'ru-RU' | 'zh-CN' | 'ja-JP'

Any language

permissionFeaturesstring[]
permissionFieldstring nullable
permissionCatalogstring nullable
dateDeactivationstring date-time nullable

This is an ISO datetime

dateLoggedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

dateModifiedstring date-time nullable

This is an ISO datetime

decimalFormatstring
typestring

Example response

{
  "localesAvailable": [
    "fr_FR|en_US|..."
  ],
  "localeDefault": "fr_FR|en_US|...",
  "permissionFeatures": [
    "contributor",
    "validator",
    "..."
  ],
  "permissionField": "seo_enrichment",
  "permissionCatalog": "brand_quable",
  "type": "api|user"
}