Administration¶
Manage users, role-based groups, personal access tokens, organizations, and billing.
Topics in this section¶
- Users — Create, edit, disable, and restore user accounts.
- Roles and Groups — Organize users by responsibility and manage group membership.
- Organizations — Configure organization settings and structure.
- Billing — Manage subscriptions, invoices, and payment methods.
- Account Settings and Personal Access Tokens — Create, rotate, review, and revoke PATs.
Workflow overview¶
flowchart LR
A[Create groups] --> B[Create users]
B --> C[Assign group membership]
C --> D[Verify resource access]
D --> E[Create PAT if automation needs one]
Recommended identity workflow
Define least-privilege groups before creating users. Verify each user's access, then create a personal access token only when a CLI tool, CI pipeline, or REST client requires one.
Groups provide authorization
AcuGIS Cloud implements roles as groups. User access comes from group membership and the resource permissions granted to those groups.