Users
Tenant user management operations
📄️ List users
Retrieves a paginated list of users for a specific tenant with optional filters. Use the pagination token from the response to fetch subsequent pages.
📄️ Create user
Creates a new user within a tenant. The Cognito user ID links the user to their authentication identity.
📄️ Get users by OAuth ID
Retrieves all users associated with a specific OAuth provider user ID. Returns users across all tenants that share the same OAuth identity.
📄️ Get user
Retrieves a single user by their unique identifier.
📄️ Update user
Updates an existing user's information including name and email address.
📄️ Suspend user by tenant
Suspends a user by tenant administrator, preventing them from accessing the platform within their tenant.
📄️ Unsuspend user by tenant
Removes tenant suspension from a user, restoring their access within the tenant.