Create Resources
Create a Group
Overview
Follow the steps below to create a group within your org.
Membership in a group for a user account can be directly or dynamically (using a query based on a tag) assigned.
Membership in a group for a service account can only be directly assigned.
Prerequisites
- Review the group reference page
- Permissions to create a group
- Optional:
- Install the CLI
Create using the UI Console
- Create a new group using one of the following methods:
- Clicking
Groups
in the left menu and clickNew
, or - Click the
Create
dropdown in the upper right corner and selectGroup
- Clicking
- Enter a unique name and optional description. Click
Next (Users)
. - A list of users will be shown that can be selected. A query can be defined to dynamically assigned users to the group. Click
Next (Service Accts)
. - A list of service accounts will be shown that can be selected. Click
Next (Tags)
. - Enter any optional tags. Click
Create
.
Create using the CLI
Refer to the group create command for details and examples on how to create a group using the CLI.
Next Steps
Groups can be used by policies to grant access permissions to the group members.