Sync Groups by GroupName.

post

/social/api/v1/groups/sync

Sync Groups of Grouptype IDP by GroupName.

Request

Supported Media Types
Body ()
The request body defines the details of the request which accepts groupNames as an array of groups. Maximum 20 groups can be supported in one request.
Root Schema : XV1GroupSyncInfo
Type: object
V1 Group Sync Information
Show Source
Nested Schema : groupNames
Type: array
Group Names to be Synced of GroupType IDP. Required
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1GroupSyncResultInfo
Type: object
V1 Group Sync Result Information having group names which got synced and which did not sync.
Show Source
Nested Schema : XV1SyncedGroupListInfo
Type: object
V1 Group Synced or Group Sync Failed List Info
Show Source
Nested Schema : groups
Type: array
Group Names which got synced or missing
Show Source
Back to Top