Updating a group

Depending on your IdP setup in CDP, you can enable or disable the Sync Membership option for a group.

Before you begin

To manage CDP groups, you must have the PowerUser role.

Steps

Management Console UI

  1. Sign in to the CDP console.
  2. From the CDP home page, click Management Console.
  3. In the User Management section of the side navigation panel, click Groups.

    The Groups page displays the list of the available CDP groups.

  4. From the context menu to the right of the desired group, click Update Group.
  5. Select or deselect the Sync Membership checkbox.
  6. Click Update.

CLI

Depending on your requirement can use either of the following parameters with the cdp iam update-group command to update a group:
cdp iam update-group \
--group-name<value> \ 
--sync-membership-on-user-login

OR

cdp iam update-group \
--group-name <value> \ 
--no-sync-membership-on-user-login