Users
Users represent Close user accounts, usually your co-workers / sales reps inside your company/organization.
Fetch information about yourself.
GET /me/
This is a special instance of /user/{your_user_id}/. Good for determining the id of the Organization you are in.
Fetch a single user.
GET /user/{id}/
List all the users who are members of the same organizations as you are.
GET /user/
Fetch the availability statuses of all users within an organization.
GET /user/availability/{?organization_id}
The active_calls field is an array of call metadata for calls that the user
is currently participating in.