v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13204059.1 KB
relyingparty

Set account info for a user.

post/setAccountInfo

Request body

passwordstring

The new password of the user.

deleteProviderstring[]

The IDPs the user request to delete.

captchaChallengestring

The captcha challenge.

providerstring[]

The associated IDPs of the user.

customAttributesstring

The custom attributes to be set in the user's id token.

validSincestring int64

Timestamp in seconds for valid login token.

disableUserboolean

Whether to disable the user.

photoUrlstring

The photo url of the user.

captchaResponsestring

Response to the captcha.

returnSecureTokenboolean

Whether return sts id token and refresh token instead of gitkit token.

upgradeToFederatedLoginboolean

Mark the user to upgrade to federated login.

oobCodestring

The out-of-band code of the change email request.

emailstring

The email of the user.

localIdstring

The local ID of the user.

deleteAttributestring[]

The attributes users request to delete.

displayNamestring

The name of the user.

phoneNumberstring

Privileged caller can update user with specified phone number.

delegatedProjectNumberstring int64

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

emailVerifiedboolean

Mark the email as verified or not.

idTokenstring

The GITKit token of the authenticated user.

instanceIdstring

Instance id token of the app.

lastLoginAtstring int64

Last login timestamp.

createdAtstring int64

The timestamp when the account is created.

Response

Successful response