# Users

Users represent the individuals that are participating in Kantata OX projects . User objects are often returned as
nested JSON objects within other returned items such as posts or tasks.

 - [GET /users](https://developer.kantata.com/kantata/specification/users/get%20users.md): This endpoint allows you to access all visible users based on the permission level of the requester. > **Note**: This endpoint relies on project participation and will not return a member of your acco
 - [GET /users/me](https://developer.kantata.com/kantata/specification/users/get%20my%20user%20data.md): This endpoint allows you to fetch your own data. This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `resul
 - [GET /users/{id}](https://developer.kantata.com/kantata/specification/users/get%20user.md): This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `users
 - [PUT /users/{id}](https://developer.kantata.com/kantata/specification/users/update%20user.md): This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in the `users
 - [GET /users/{id}/capacity](https://developer.kantata.com/kantata/specification/users/get%20my%20work%20capacity.md): This endpoint returns a summary of a user's work capacity for a provided range of dates. This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be
 - [DELETE /users/{id}/profile_photo](https://developer.kantata.com/kantata/specification/users/reset%20user%20profile%20photo.md): Delete the profile photo for the specified user. This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `resul
 - [POST /users/{id}/profile_photo](https://developer.kantata.com/kantata/specification/users/update%20user%20profile%20photo.md): Update the profile photo for the specified user. This endpoint returns structured User objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `resul
