Update Password Sync Group by ID
PUT {{baseUrl}}/password-sync-groups/:id
This API updates the specified password sync group. A token with ORG_ADMIN authority is required to call this API.
Request Body
{"id"=>"6881f631-3bd5-4213-9c75-8e05cc3e35dd", "name"=>"Password Sync Group 2", "passwordPolicyId"=>"2c91808d744ba0ce01746f93b6204501", "sourceIds"=>["2c918084660f45d6016617daa9210584", "2c918084660f45d6016617daa9210500"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"6881f631-3bd5-4213-9c75-8e05cc3e35dd","name":"Password Sync Group 2","passwordPolicyId":"2c91808d744ba0ce01746f93b6204501","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"]}