What types of user roles are there?

// USER unlike ADMIN does not have the ability to create or manage other users, service accounts, or tokens but can do most other things in the UI.

// ADMIN is a user with elevated privileges and can create/manage other users, add environments, and update organizations. For the time being, ADMIN is the default user type.

// DISABLED users who no longer have access to Stairwell. Users are not deleted entirely to avoid dangling references to audited events.

// READ ONLY role has all of their permissions downgraded to read only.


What’s Next