Users and Roles

<p>An account can have multiple users, and each user has a role that defines what they can see and do. When a new account is created, the first user has an <em>admin</em> role which allows that user to create and manage additional users for the account.</p> <p>The following user roles are available:</p> <table> <thead> <tr> <th>Role</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><strong>admin</strong></td> <td><em>admin</em> users have full access to the account and can also manage other users and their access.</td> </tr> <tr> <td><strong>platform</strong></td> <td><em>platform</em> users can all other resorces including Cloud Providers, Host Groups, Policies, Applications, and Environments, but cannot manage users.</td> </tr> <tr> <td><strong>devops</strong></td> <td><em>devops</em> users can manage Applications and Environments. They do not have access to Cloud Providers, Host Groups, and Policies, and cannot manage users.</td> </tr> <tr> <td><strong>readonly</strong></td> <td><em>readonly</em> users can view all data, but create, edit, or delete anything. This role is ideal for system accounts that collect and report data.</td> </tr> </tbody> </table>