18 lines
510 B
Markdown
18 lines
510 B
Markdown
# 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.
|
|
|