Skip to content

UserGet

Field Type Required Description
id string yes Unique identifier for the user.
mail string yes User’s email address.
firstName string User’s first name.
lastName string User’s last name.
userGroups array[UserGroup]
customAttributes CustomAttributes
{
"id": "123-456789",
"mail": "developer@shopgate.com",
"firstName": "John",
"lastName": "Doe",
"userGroups": [
{
"id": "1",
"name": "VIP Group"
}
],
"customAttributes": {
"attribute1": "value1",
"attribute2": "value2"
}
}