Skip to main content

Create Password Sync Group

POST 

/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

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