get https://api.workbase.io/v1/company-users
Response
xxxxxxxxxx
curl --request GET \
--url https://api.workbase.io/v1/company-users \
--header 'Portal-Mode: employeePortal' \
--header 'accept: application/json'
xxxxxxxxxx
25[
{
"id": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"pendingEmailChange": "string",
"phoneNumber": "string",
"avatarUrl": "string",
"isOwner": true,
"status": "string",
"language": "en",
"location": "string",
"roles": [
{
"id": "string",
"name": "string",
"department": {
"id": "string",
"name": "string"
}
}
]
}
]