UserResult
Unique identifier of the user
019619df-4768-7af9-8167-18ad0b73a399Email address of the user
john.doe@example.comFirst name of the user
JohnLast name of the user
DoeRole of the user
Possible values: [ADMIN, MEMBER]
MEMBERWhether the user has access to all assets
falseWhether the user is disabled in this organization (a disabled user has no access to it)
falseWhen set, the date and time after which the user's access to this organization is automatically disabled. Omitted when the access never expires.
2026-12-31T23:59:59ZDate and time when the user was created
2025-06-15T10:30:00ZuserGroups object[]required
Groups the user belongs to
Unique identifier of the user group
019619df-4768-76b7-81e3-2c56d374df46Display label of the user group
Marketingpermissions object
Map of the user's permissions grouped by type. Omitted when the user has no permissions.
property name* object
- object[]
- object
Permissions of a type that has no subtypes
Unique identifier of the permission
019619df-4768-76b3-8ab3-4414dcf29ff1Code of the permission
portfolio-123Display label of the permission
Alpha PortfolioDescription of the permission (empty string when not set)
The Alpha Portfolio of buildings{
"uid": "019619df-4768-7af9-8167-18ad0b73a399",
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"role": "MEMBER",
"allAssets": false,
"disabled": false,
"expiresAt": "2026-12-31T23:59:59Z",
"createdAt": "2025-06-15T10:30:00Z",
"userGroups": [
{
"uid": "019619df-4768-76b7-81e3-2c56d374df46",
"label": "Marketing"
}
],
"permissions": {
"ASSET": {
"PORTFOLIO": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a63cf3431c1",
"code": "b362b8cd-e105-41db-b131-0911fa559aee",
"label": "Alpha",
"description": "The Alpha portfolio of buildings"
}
],
"BUILDING": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a63cf3431c3",
"code": "b362b8cd-e105-41db-b131-0911fa559aef",
"label": "B01 - Marseille",
"description": ""
}
]
},
"PROFILE": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431c6",
"code": "acquereur",
"label": "Acquéreur",
"description": ""
}
],
"SCOPE": {
"RIGHT": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431c7",
"code": "stonal.asset.all",
"label": "Access to all assets",
"description": ""
}
]
},
"SCOPE_GROUP": {
"APPLICATION": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431c8",
"code": "b362b8cd-e105-41db-b131-0911fa559aec",
"label": "All",
"description": ""
}
],
"RIGHT": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431c9",
"code": "stonal.read-write",
"label": "Read write",
"description": ""
}
]
},
"REPORT": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431ca",
"code": "019837df-ab1d-7d13-956f-a4233f0b95a1",
"label": "FICHE BATIMENT & SITE",
"description": ""
}
],
"REPORT_GROUP": {
"MIXED": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431cb",
"code": "groupe_projet",
"label": "Groupe projet",
"description": ""
}
],
"POWERBI": [
{
"uid": "0bb04f5b-bf5e-4950-acb1-0a3cf3431cc",
"code": "9cfa1e15-4f8b-49fc-a01e-2ff3f0d24a7d",
"label": "Contrôle réglementaire",
"description": ""
}
]
}
}
}