Retrieve a backoffice user by ID
Run in Apidog
Returns full details of the specified user, including role information within the given company. Access is determined by the company context provided in the request header.
Request Code Samples
curl --location 'https://platform.shopranos.eu/api/users/' \
--header 'x-companyid;' Responses User retrieved successfully.
{
"id" : "66856725-00fd-4ff8-a0e6-c62798b11e74" ,
"email" : "gga@test.com" ,
"firstName" : "Dennis" ,
"lastName" : "Ritchie" ,
"fullName" : "Dennis Ritchie" ,
"userRole" : {
"companyId" : "c8ed7ca9-73ad-4906-8f99-bd4a5c1f06b7" ,
"isAdmin" : true ,
"roleId" : "a27d436e-3ec6-4572-9b76-d6593cfbf695"
} ,
"profileImage" : {
"id" : "string" ,
"galleryId" : "85b91610-778c-47ea-9e61-8edfbb735a52" ,
"alt" : "string" ,
"link" : "https://media.shopranos.eu/media/e5126fb7-f6c8-49a3-b9f3-987849d14787/85b91610-778c-47ea-9e61-8edfbb735a52/85b91610-778c-47ea-9e61-8edfbb735a52"
} ,
"lastLogin" : "2025-03-04T15:46:31.8384086+00:00" ,
"insertDate" : "2025-03-04T15:46:31.8384086+00:00" ,
"updateDate" : "2025-03-04T15:46:31.8384086+00:00"
}
Modified at 2026-03-16 11:47:41