get https://api.workbase.io/v1/company-users/search
Response
xxxxxxxxxx
curl --request GET \
--url https://api.workbase.io/v1/company-users/search \
--header 'Portal-Mode: employeePortal' \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"avatarUrl": "string"
}
]