Files
2026-07-13 12:20:06 +08:00

510 B

User Management (Create/List/Update)

This doc targets the common "how do I list users / create users / search users" forum clusters.

Common Tasks

  • List users with pagination
  • Create user (custCreate / SSO users vary by account settings)
  • Update user type/license
  • Deactivate/delete users

Pitfalls

  • Page size vs plan limits.
  • Admin-only scopes needed for many user operations.
  • "Search by first name" is not always supported as a direct filter; you may need to page and filter client-side.