# Users The **Users** endpoints allow you to manage and retrieve user information within your organization. They cover the full lifecycle of a user, from creation to deletion, and provide flexible ways to query and update user data. Key capabilities include: - **Create a new user** with optional linked accounts (Discord, Telegram, or embed). - **Retrieve user details**, either for the currently authenticated user (`/v1/users/me`) or any user by ID (`/v1/users/{userID}`). - **Update user information**, including name, email, and linked accounts. - **Delete a user** permanently, removing all associated data and making the account unrecoverable. These endpoints are essential for managing user identities and maintaining integrations across platforms. ## Operations - [Get the current user](https://docs.sensay.io/operation/operation-get-v1-users-me.md) - [Update the current user](https://docs.sensay.io/operation/operation-put-v1-users-me.md) - [Delete the current user](https://docs.sensay.io/operation/operation-delete-v1-users-me.md) - [Create a user](https://docs.sensay.io/operation/operation-post-v1-users.md) - [Get a user by ID](https://docs.sensay.io/operation/operation-get-v1-users-parameter.md) [Powered by Bump.sh](https://bump.sh)