# Users User profile and admin user management ## Get current authenticated user - [GET /users/current](https://api-docs.pearlchaplaincy.org/openapi/users/getcurrentuser.md) ## Update current authenticated user - [PUT /users/current](https://api-docs.pearlchaplaincy.org/openapi/users/updatecurrentuser.md) ## Delete current authenticated user - [DELETE /users/current](https://api-docs.pearlchaplaincy.org/openapi/users/deletecurrentuser.md) ## List users (admin only) - [GET /users](https://api-docs.pearlchaplaincy.org/openapi/users/getallusers.md) ## Get user by ID (admin only) - [GET /users/{userId}](https://api-docs.pearlchaplaincy.org/openapi/users/getuserbyid.md) ## Delete user by ID (admin only) - [DELETE /users/{userId}](https://api-docs.pearlchaplaincy.org/openapi/users/deleteuserbyid.md)