Skip to main content

Update Password Sync Group by ID

PUT 

/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

Path Parameters

    id stringrequired

    The ID of password sync group to update.

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

Body

required
    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

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...