Skip to main content
User operations cover the SDK methods your app uses after user identity is defined. Start with standard login-based user creation, use repository methods for reads and profile updates, and reserve token management for trusted workflows that need generated access tokens.
The pages in this section focus on SDK behavior. Admin-only actions and server-only workflows are called out when the client SDK does not expose the operation directly.

Operation Map

Create User

Create or authenticate a user through the SDK login flow.

Get User Information

Retrieve one user, batch lookup users where supported, or query user collections.

Search and Query Users

Search by display name or browse paginated user lists.

Update User Information

Update the current user’s profile fields.

Flag and Unflag Users

Report or clear reports on users for moderation workflows.

User Token Management

Create user access tokens for trusted or server-controlled workflows.

Delete User

Understand user deletion boundaries and admin/API requirements.

Choosing an Operation