Get User
Get a single user by ID.
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/accounts/users/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-09T14:01:23.426Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-09T14:01:23.426Z",
"by": "[Circular Reference]"
},
"invitationAcceptedAt": "2025-08-09T14:01:23.426Z"
},
"$meta": {
"omitted": [
"text"
]
},
"email": "text",
"status": "text",
"phone": {
"prefix": "text",
"number": "text"
},
"firstName": "text",
"lastName": "text",
"icon": "text",
"lastLoginAt": "2025-08-09T14:01:23.426Z",
"settings": {
"cultureCode": "text",
"languageCode": "text"
},
"name": "text",
"accounts": [
{
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
}
],
"currentAccount": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
}
}
Last updated
Was this helpful?