Docs
Skip to content

Auth

Manage users_

Manage user identities and profiles effectively with Appwrite. Dive into user management features, account settings, and user data customization

1 min read

Raw

Appwrite Users API is used for managing users in server applications.

Users API can only be used with an API key and the Server SDK to manage all users.

If you need to act on behalf of users through an Appwrite Function or your own backend, use JWT login.

Need to troubleshoot from a user's point of view? Use user impersonation to let trusted operators temporarily act as another user without sharing credentials.

The users API can be used to create users, import users, update user info, get user audit logs, and remove users.

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.