Get all users of a workspace.
curl --request GET \ --url https://api.teamcamp.app/v1.0/company/users \ --header 'apiKey: <api-key>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "phone": "<string>", "profile_photo": "<string>", "isOwner": true, "isAdmin": true }
The response is of type object.
object