Synchronize Member Source
Synchronize the member source.
Connect and synchronize the users with your member source.
CLI Code
pim invoke roles sync 1
CLI Actual Output
Successfully synchronized members for role with UID '1'.
API Endpoint
POST /pim/roles/{SOURCE_UID}/sync
API Code
curl -k \
-H "Authorization: Bearer ${TOKEN}" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-X POST "https://${GW_HOST}/pty/v2/pim/roles/1/sync"
API Actual Output
The API does not return any output as response.
Feedback
Was this page helpful?