/api/usersThe installation's accounts, with each one's role and workspaces.
Request
curl -s http://localhost:3000/api/users \
-H "Authorization: Bearer $TOKEN"Response200
[
{
"id": "cmt94cjx5000vql01imegem2r",
"name": "Ana",
"email": "[email protected]",
"role": "MEMBER",
"avatarUrl": null,
"jobTitle": "Product Owner",
"timezone": "America/Sao_Paulo",
"notifyBackupReady": true,
"hasApiToken": false,
"apiTokenCreatedAt": null,
"apiTokenLast4": null,
"passwordPending": false,
"lastLoginAt": "2026-08-27T19:50:42.947Z",
"createdAt": "2026-08-25T20:29:57.593Z",
"tenants": [
{
"id": "cmsp4djx60002p801o7ybpkv7",
"name": "Pessoal",
"color": "amber",
"role": "MEMBER",
"membership": "MEMBER"
}
]
}
]