List users
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/accounts/users HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"data": [
{
"id": "USR-3758-7092",
"revision": 3,
"name": "John Doe",
"icon": "/v1/accounts/users/USR-3758-7092/icon",
"email": "john.doe@example.com",
"status": "Active",
"firstName": "John",
"lastName": "Doe",
"lastLoginAt": "2026-02-02T10:00:00+00:00",
"settings": {
"cultureCode": "en-US",
"languageCode": "en-US"
},
"currentAccount": {
"id": "ACC-3758-7092",
"type": "Client",
"status": "Active",
"name": "Example Account",
"icon": "/v1/accounts/accounts/ACC-3758-7092/icon"
},
"audit": {
"created": {
"at": "2024-02-02T10:00:00+00:00",
"by": {
"id": "USR-1234-5678",
"name": "John Doe"
}
},
"updated": {
"at": "2026-02-02T10:00:00+00:00",
"by": {
"id": "USR-0000-0022",
"name": "John Smith"
}
}
}
}
],
"$meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 1
}
}
}