Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the user's profile (only attributes with a value are shown). The profile consists of attributes that contain user data. All attributes can be accessed system-wide.

Available from

v1

Request path

GET [REST URL]/user/getProfile

Query Parameters

Parameter

Type

Description

userId

String userId

ID of the user

Example response

[{
    "name": "user.ISOLanguageCode",
    "value": "it" }, {
    "name": "user.Email",
    "value": "test@test.com" }, {
    "name": "user.EmailDomain",
    "value": "test.de" }, {
    "name": "user.LastName",
    "value": "Cloned" }, {
    "name": "user.FirstName",
    "value": "Test" }, {
    "name": "user.ISOCountryCode",
    "value": "IT" }
}]
  • No labels