Create Password Sync Group

POST {{baseUrl}}/password-sync-groups

This API creates a password sync group based on the specifications provided. A token with ORG_ADMIN authority is required to call this API.

Request Body

{"name"=>"Password Sync Group 2", "passwordPolicyId"=>"2c91808d744ba0ce01746f93b6204501", "sourceIds"=>["2c918084660f45d6016617daa9210584", "2c918084660f45d6016617daa9210500"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"6881f631-3bd5-4213-9c75-8e05cc3e35dd","name":"Password Sync Group 2","passwordPolicyId":"2c91808d744ba0ce01746f93b6204501","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"]}