Skip to main content

Get Password Sync Group by ID

GET 

/password-sync-groups/:id

This API returns the sync group for the specified ID. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The ID of password sync group to retrieve.

    Example: 6881f631-3bd5-4213-9c75-8e05cc3e35dd

Responses

Reference to the password sync group.

Schema
    id string

    ID of the sync group

    name string

    Name of the sync group

    passwordPolicyId string

    ID of the password policy

    sourceIds string[]

    List of password managed sources IDs

    created date-timenullable

    The date and time this sync group was created

    modified date-timenullable

    The date and time this sync group was last modified

Loading...