Skip to main content

Query Password Info

POST 

/query-password-info

This API is used to query password related information.

A token with API authority is required to call this API. "API authority" refers to a token that only has the "client_credentials" grant type, and therefore no user context. A personal access token or a token generated with the authorization_code grant type will NOT work on this endpoint, and a 403 Forbidden response will be returned.

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
    sourceId string
    publicKeyId string
    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...