Skip to main content

ValidateIdentityProfile

Validate contents of identity profile.

Use to provide immediate feedback on profile changes before committing them.

Request Body
  • display_name string

    Possible values: 1 ≤ length ≤ 24, Value must match regular expression ^(?:[^ \n\r] ?)+[^ \n\r]$

    Represent a resource's readable display name.

  • account_number int32

    Possible values: value ≤ 9999

    Identity profile account number (#1234).

    These are assigned in addition to an identity's display name in order to allow multiple identities to have the same display name while still providing a unique handle.

    These are unique to each display name; you can have multiple accounts with different display names and the same account number.

  • bio string

    Possible values: 1 ≤ length ≤ 200, Value must match regular expression ^[^\r]+$

    Detailed information about a profile.

Responses

ValidateIdentityProfile 200 response

Schema
  • errors object[] required

    A list of validation errors.

    • path string[] required

      A list of strings denoting the origin of a validation error.