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.