Manage Groups

To manage user permissions, create and manage user groups.

  1. In the main menu, click (Settings) > User Management > Groups.
    A list of currently defined groups is displayed, including the predefined everyone group.
  2. Click + Add group or Edit in the group's row in the list, and enter or edit the properties:
    PropertyDescription
    Type Select a group type:
    • Seeker
    • LDAP: available only if an LDAP/Active Directory has been configured.
    • SAML 2.0: available only if SAML 2.0-based SSO is configured with a SAML response group membership attribute.

      For instructions, see Configure SAML 2.0-based SSO.

    Name A unique name for the group. For a group of the LDAP or SAML 2.0 type, the name should match an existing respective group name.
    Friendly name An optional friendly name of the group.
    Description An optional description of the group.
    Members For a group of the Seeker type, select one or more users from the dropdown list to assign to the group.

    For a group of the LDAP or SAML 2.0 type, this property is irrelevant and disabled. Users from the matching group are automatically added to this group.
    Global roles From the dropdown list, select one or more global roles to assign to the group.
  3. Save your changes.
  4. To delete any group apart from everyone, click Delete in the group's row in the list.

Automation with APIs

You can automate some of these tasks by using Seeker APIs. For the detailed API reference, click (Web API) in the main menu.

/api/{ver}/groups GET
Returns a list of existing groups along with their assigned users and global roles.
/api/{ver}/groups POST
Creates a new group with the specified properties, including the lists of assigned users and global roles.