1What a collection is

Core concept

The unit of access assignment in EmpowerNow

A collection is a named group of people (or other subjects). Access is never assigned directly to an individual β€” instead, you assign a collection to an application role. Every member of the collection inherits that role automatically.

This makes access management scalable: instead of managing 500 individual role grants, you manage one collection with 500 members and one assignment to the Engineering role.

Collection typeMembership is managed byBest for
StaticAdmins manually adding/removing peopleSmall, curated groups (e.g. "Executive Team", "Contractors")
DynamicAttribute-based rules evaluated automaticallyDepartment-based or role-based cohorts that change with HR data
Rules-based (hybrid)Rules + manual overridesCore dynamic membership with specific exceptions pinned manually
πŸ’‘
Collections and CRM

Claim-Role Mapping rules add users to collections at federated login. This means you can combine dynamic membership (HR rules) with federation-based membership (CRM) in the same collection β€” users appear when they match any path.

2Open Collections list

Navigation

Administration β†’ Identity β†’ Collections

Navigate to /collections-admin/collections. The list shows all collections with key metadata. The Open in Collections Admin button in the header opens the full collections admin panel for advanced management (deputies, governance templates, evidence policies).

experience.your-tenant.empowernow.ai/collections-admin/collections
Collections
+ New Collection Open in Collections Admin β†—
NameKindMembersVisibilityLast ModifiedActions
Engineering⚑ Dynamic142● Published2h ago
View
HR TeamπŸ“Œ Static18β—‹ Private3d ago
View
Contractors Q2πŸ“Œ Static7β—‹ Private1w ago
View

3Create a collection

How to create

Click + New Collection to open the creation modal

FieldNotes
NameMust be unique. Used in access assignments, CRM rules, and audit logs. Use clear, descriptive names.
KindStatic: manual only. Dynamic: rule-based auto-membership. Rules-based: rules + manual overrides.
VisibilityPrivate: only admins can see and use. Published: appears in the self-service access request catalog.

4Collection detail tabs

Tabs overview

Click a collection name to open its detail page

TabWhat you see & do
OverviewName, description, kind, member count, visibility, created date. Quick action buttons: Edit, Archive, Delete.
MembersAll current members with their join date and join method (manual/rule/CRM). Add Member and Remove buttons per row. Bulk actions available.
RulesAttribute-based rules for dynamic membership. Add, edit, or remove rules. "Run Rules Now" button to force immediate re-evaluation.
PoliciesGovernance policies attached to this collection β€” e.g. certification schedule, access review frequency, risk level.
EvidenceAudit trail of all membership changes: who was added/removed, when, by whom or which rule.
PermissionsCollection deputies β€” other users who can manage this collection without full admin access.

5Add members manually

Members tab

Click + Add Members on the Members tab

A member search modal opens. Type a name or email to find people. Check the boxes next to the people you want to add and click Add X Members. The people appear in the member list immediately with join method "manual".

βœ…
Manual members in Dynamic collections

You can manually add someone to a Dynamic collection even if they don't match the rules. They are added as "pinned" members and won't be removed when rules run. Use this for exceptions β€” for example, a contractor who needs Engineering access but has a different department attribute.

To remove a member: find them in the Members tab and click Remove. For pinned manual members in Dynamic collections, removing them permanently excludes them unless they later match a rule.

6Define membership rules

Rules tab

Rules determine who automatically belongs to a Dynamic collection

On the Rules tab, click + Add Rule. Each rule has an attribute (e.g. department, jobTitle, email), an operator (equals, contains, starts with, is in list), and a value.

Rule componentNotes
AttributeAny person attribute: department, jobTitle, email, status, custom attributes. Must exactly match the attribute key name.
Operatorequals, not equals, contains, starts with, ends with, is in list, exists, not exists
ValueThe expected value. For "is in list", comma-separate values: Engineering,DevOps,Platform

Multiple rules: Within a single rule, conditions use AND logic. Between rules, they use OR logic β€” a person is added if they match any rule.

Run Rules Now

Force immediate membership re-evaluation

After adding or changing rules, click Run Rules Now on the Rules tab. This immediately re-evaluates all people against the current rule set. People who now match are added; people who no longer match are removed (unless manually pinned).

⚠️
Rule changes affect existing members

Making a rule more restrictive (e.g. changing from "department contains 'Eng'" to "department equals 'Engineering'") can remove existing members whose attributes don't exactly match. Review the current member list before running rules after a change.

7Publish for self-service

Visibility

Published collections appear in the access request catalog

When a collection's visibility is Published, end users can discover it in the IT Shop / access request portal. They can request membership, which enters a configured approval workflow. This is the mechanism for self-service access requests in EmpowerNow.

To publish: go to the collection's Overview tab and click Publish Collection. The visibility badge changes to Published. To unpublish: click Make Private. Unpublishing does not remove existing members.

πŸ’‘
Published collections require an approval workflow

Before publishing, configure the access request workflow in the Policies tab. Without a workflow, requests may auto-approve. At minimum, set an approver or approval group for the collection.

8Archive or delete

Archive

Archive preserves data while removing the collection from active use

Archived collections are not available for new access assignments, do not appear in the self-service catalog, and do not receive membership updates. However, all member history, evidence, and audit data is preserved for compliance purposes. Archived collections can be restored.

To archive: Overview tab β†’ Archive Collection.

Delete

Delete permanently removes the collection

Deletion requires all members to be removed first. To delete: remove all members from the Members tab, then click Delete Collection on the Overview tab. A confirmation dialog names the collection. Type the collection name to confirm.

🚨
Check Access Assignments before deleting

If the collection has active access assignments (linking it to application roles), deleting the collection will leave those assignments orphaned. Navigate to the Access Assignments Workbench and remove assignments for this collection before deleting it.

Related guides

πŸ›‘οΈ Access Assignments πŸ—ΊοΈ Claim-Role Mapping