# Users All endpoints related to Users. ## Retrieve a User - [GET /v2/user/{user_id}](https://developers.foleon.com/apis/users/getuserbyid.md): Get a User resource by it's ID. ## Update a User - [PATCH /v2/user/{user_id}](https://developers.foleon.com/apis/users/patchuserbyid.md): Update a User's settings. ## Delete a User - [DELETE /v2/user/{user_id}](https://developers.foleon.com/apis/users/deleteuserbyid.md): WARNING: Deleting a User is permanent and cannot be undone. Using this endpoint is risky. ## List Users - [GET /v2/user](https://developers.foleon.com/apis/users/listusers.md): Query all Users available in your scope to return a list of Users. Use bracket notation in the parameters to filter and order the data. ## Create a User - [POST /v2/user](https://developers.foleon.com/apis/users/createuser.md): Create a new User, select a Workspace (account) for the User by providing the Workspace ID.