Sync IDCS users by UserNames .

post

/social/api/v1/people/sync

Sync IDCS users by UserNames.

Request

Supported Media Types
Body ()
The request body defines the details of the request.
Root Schema : XV1PeopleSyncInfo
Type: object
V1 People Sync Info will have information about Users to be synced.
Show Source
Nested Schema : userNames
Type: array
UserNames of Users to be synced will be passed. Required.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1PeopleSyncResultInfo
Type: object
V1 People Sync Result Info will display Synced or syncfailed User list.
Show Source
Nested Schema : XV1SyncedUserListInfo
Type: object
V1 Synced User List Info
Show Source
Nested Schema : users
Type: array
List of Users with userNames
Show Source
Back to Top