Group
- Create an org group
- List an org groups
- Add or invite users to a group
- View a group members
- Assign roles to group members
- Remove a user from a group
- Enable or disable a group
A group in Frontier looks like
Note: group metadata values are validated using MetaSchemas in Frontier Read More
Create an organization group
- Using
frontier group createCLI command - Calling to
POST /v1beta1/organizations/orgId/groupsAPI
- To create a group via the Admin Portal:
i. Navigate to Admin Portal > Groups from the sidebar
ii. Select + New Group from top right corner
iii. Enter basic information for the group, and select Add Group
List an organization groups
- Using
frontier group listCLI command - Calling to
GET /v1beta1/organizations/orgId/groupsAPI