Skip to content

Administration

Manage users, role-based groups, personal access tokens, organizations, and billing.

Topics in this section

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.