Groups¶
Groups simplify user management by letting you assign permissions, workflows, and notifications to a collection of users at once.
Who this is for¶
Admin Analyst
Prerequisites¶
- Tenant Admin or Super Admin role
- Review of User Management Overview
- Defined roles for group members
Group types¶
| Type | Purpose | Example |
|---|---|---|
| Functional | Department or team | Finance, Operations |
| Project | Initiative-specific team | Q3 Cost Reduction |
| Approval | Reviewers for a workflow stage | Executive Committee |
Create a group¶
- Go to Admin > User Management > Groups.
- Click Create Group.
- Enter a Group Name and optional Description.
- Select a Group Type.
- Click Save.
Add members¶
- Open the group detail panel.
- Click Add Members.
- Search for users by name or email.
- Select one or more users and click Add.
Bulk assignment
You can add up to 50 users to a group in a single operation.
Group permissions¶
Groups can carry permissions that supplement individual roles.
- Open the group and click Permissions.
- Click Add Permission.
- Choose a Resource and Action.
- Set the Scope.
- Click Save.
Group permissions are additive. A user receives the union of their role permissions and all group permissions they belong to.
Bulk assignment¶
Use bulk assignment to add many users to a group quickly.
Step-by-step: bulk assign¶
- Go to Admin > User Management > Groups.
- Select a group and click Bulk Assign.
- Upload a CSV with a single
emailcolumn, or paste a comma-separated list. - Click Validate to check for invalid or duplicate emails.
- Click Assign to add valid users.
Limit Bulk assignment supports up to 500 users per operation.
Group sync with SSO¶
When SCIM is enabled, groups can sync automatically from your identity provider.
- Go to Security > SSO > SCIM.
- Enable Group Sync.
- Map identity provider groups to ValuePact groups by exact name match.
- Set Auto-create groups to
Enabledif you want new groups imported automatically.
Name matching
Group names must match exactly, including case and spaces, for SCIM sync to link members correctly.
Permissions required¶
| Role | Permission | Scope |
|---|---|---|
| Super Admin | Create, edit, delete groups | Organization |
| Tenant Admin | Create, edit, delete groups | Organization |
| Content Admin | View groups and members | Organization |
| Analyst | View groups they belong to | Own groups |
| Viewer | View groups they belong to | Own groups |
Limits and guardrails¶
Limit Maximum 200 groups per tenant.
Limit A user can belong to up to 50 groups.
Limit Group names must be unique within a tenant.
Troubleshooting¶
Issue: group permission not applied to a user
Cause: The user was added after the permission was set, or the group cache has not refreshed. Resolution: Remove and re-add the user. Wait 60 seconds and refresh. Check the user’s effective permissions.
Issue: cannot delete a group
Cause: The group is assigned as an approver in an active workflow, or it is the default group for SSO provisioning. Resolution: Remove the group from all workflow stages. Update the SSO default group before deleting.
Issue: SCIM group members not syncing
Cause: The group name in the identity provider does not match the ValuePact group name. Resolution: Compare names character-for-character. Update the mapping in Security > SSO > SCIM.
Related pages¶
Escalation path¶
For group synchronization failures or SSO group mapping issues:
- Verify the group name matches exactly in both ValuePact and the identity provider.
- Check the SSO sync log in Security > SSO > Provisioning Log.
- File a support ticket with the group name and expected member list.
- Escalate to
#valuepact-opsif provisioning stops for all groups.