Get Password Sync Group List
GET {{baseUrl}}/password-sync-groups
This API returns a list of password sync groups. A token with ORG_ADMIN authority is required to call this API.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | number | Max number of results to return. | |
| See V3 API Standard Collection Parameters for more information. | |||
| offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
| See V3 API Standard Collection Parameters for more information. | |||
| count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. | 
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"id":"6881f631-3bd5-4213-9c75-8e05cc3e35dd","name":"Password Sync Group 1","passwordPolicyId":"2c91808d744ba0ce01746f93b6204501","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"],"created":"2023-03-16T04:00:00Z","modified":"2023-03-16T04:00:00Z"},{"id":"6881f631-3bd5-4213-9c75-8e05cc3e35dd","name":"Password Sync Group 1","passwordPolicyId":"2c91808d744ba0ce01746f93b6204501","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"],"created":"2023-03-16T04:00:00Z","modified":"2023-03-16T04:00:00Z"}]