# Users User management operations. Users can interact with dataspaces and workspaces with assigned roles and permissions. ## Create a new user for an account - [POST /accounts/{accountId}/users](https://docs.syncdocs.ai/api/sync-cloud-openapi/users/createuser.md) ## List all users for an account - [GET /accounts/{accountId}/users](https://docs.syncdocs.ai/api/sync-cloud-openapi/users/listusers.md) ## Get a specific user by ID - [GET /accounts/{accountId}/users/{userId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/users/getuser.md) ## Update a user - [PUT /accounts/{accountId}/users/{userId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/users/updateuser.md) ## Delete a user - [DELETE /accounts/{accountId}/users/{userId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/users/deleteuser.md)