Skip to main content

Query Password Info

POST 

/query-password-info

This API is used to query password related information.

Request

Body

required

    userName string

    The login name of the user

    sourceName string

    The display name of the source

Responses

Reference to the password info.

Schema

    identityId string

    Identity ID

    sourceId string

    source ID

    publicKeyId string

    public key ID

    publicKey string

    User's public key with Base64 encoding

    accounts

    object[]

    Account info related to queried identity and source

  • Array [

  • accountId string

    Account ID of the account. This is specified per account schema in the source configuration. It is used to distinguish accounts. More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-ID-for-a/ta-p/80350

    accountName string

    Display name of the account. This is specified per account schema in the source configuration. It is used to display name of the account. More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-Name-for/ta-p/74008

  • ]

  • policies string[]

    Password constraints

Loading...