このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Check if there are user profiles related to the provided email.

Inputs

フィールド

種類

説明

userEmail [required]

email

Outputs

Expand All

フィールド

種類

説明

usersExist [required]

boolean

users [required]

[object]

id [required]

string

Unique ID for user.

status [required]

enum

Current status of user. Allowed enum values: STAGED,PROVISIONED,ACTIVE,RECOVERY,LOCKED_OUT,PASSWORD_EXPIRED,SUSPENDED,DEPROVISIONED

created [required]

date-time

Timestamp when user was created.

activated [required]

date-time

Timestamp when user transitioned to ACTIVE status.

statusChanged

date-time

Timestamp when status last changed.

lastLogin

date-time

Timestamp of last login.

lastUpdated [required]

date-time

Timestamp when user was last updated.

passwordChanged

date-time

Timestamp when password last changed.

type [required]

object

User type that determines the schema for the user's profile.

id [required]

string

transitioningToStatus

enum

Target status of an in-progress asynchronous status transition. Allowed enum values: PROVISIONED,ACTIVE,DEPROVISIONED

profile

object

login [required]

string

Unique identifier for the user (username).

email [required]

string

Primary email address of user.

secondEmail

string

Secondary email address of user typically used for account recovery.

firstName [required]

string

Given name of the user (givenName).

lastName [required]

string

Family name of the user (familyName).

middleName

string

Middle name(s) of the user.

honorificPrefix

string

Honorific prefix(es) of the user, or title in most Western languages.

honorificSuffix

string

Honorific suffix(es) of the user.

title

string

User's title, such as "Vice President".

displayName

string

Name of the user, suitable for display to end users.

nickName

string

Casual way to address the user in real life.

profileUrl

string

URL of user's online profile (for example: a web page).

primaryPhone

string

Primary phone number of user such as home number.

mobilePhone

string

Mobile phone number of user.

streetAddress

string

Full street address component of user's address.

city

string

City or locality component of user's address (locality).

state

string

State or region component of user's address (region).

zipCode

string

ZIP code or postal code component of user's address (postalCode).

countryCode

string

Country name component of user's address (country).

postalAddress

string

Mailing address component of user's address.

preferredLanguage

string

User's preferred written or spoken languages.

locale

string

User's default location for purposes of localizing items such as currency, date time format, numerical representations, and so on.

timezone

string

User's time zone

userType

string

Used to describe the organization to user relationship such as "Employee" or "Contractor".

employeeNumber

string

Organization or company assigned unique identifier for the user.

costCenter

string

Name of a cost center assigned to user.

organization

string

Name of user's organization.

division

string

Name of user's division.

department

string

Name of user's department.

managerId

string

ID of a user's manager.

manager

string

Display name of the user's manager.

credentials

object

User's primary authentication and recovery credentials.

provider [required]

object

type [required]

enum

name

string

password

object

value

string

hash

object

algorithm [required]

enum

The algorithm used to generate the hash using the password (and salt, when applicable). Allowed enum values: BCRYPT,SHA-512,SHA-256,SHA-1,MD5,PBKDF2

value [required]

string

salt

string

Only required for salted hashes. For BCRYPT, this specifies the radix64-encoded salt used to generate the hash, which must be 22 characters long. For other salted hashes, this specifies the base64-encoded salt used to generate the hash.

workFactor

number

Governs the strength of the hash and the time required to compute it. Only required for BCRYPT algorithm. Minimum value is 1, and maximum is 20.

saltOrder

string

Specifies whether salt was pre- or postfixed to the password before hashing. Only required for salted algorithms.

iterationCount

number

The number of iterations used when hashing passwords using PBKDF2. Must be >= 4096. Only required for PBKDF2 algorithm.

keySize

number

Size of the derived key in bytes. Only required for PBKDF2 algorithm.

digestAlgorithm

enum

Algorithm used to generate the key. Only required for the PBKDF2 algorithm. Allowed enum values: SHA256_HMAC,SHA512_HMAC

hook

object

type [required]

string

The type of password inline hook. Currently, must be set to default.

recovery_question

object

question

string

answer

string

_links

object

_embedded

object