POST
/your-webhook-url?action=users.update
Update a user
query parameters
This will be set to users.update
.
body parameters
The external identifier for the user.
The human-readable display name of the user.
The maximum length is 200 characters.
The email address of the user.
The maximum length is 320 characters.
Whether the user's email address has been verified.
The E164 phone number for the user (e.g. +12125550123
).
phoneNumberVerified
boolean
Whether the user's phone number has been verified.
The photo/avatar URL of the user.
The maximum length is 2000 characters.
Whether the user is disabled.
Returns
The external identifier for the user.
The human-readable display name of the user.
The maximum length is 200 characters.
The email address of the user.
The maximum length is 320 characters.
Whether the user's email address has been verified.
The E164 phone number for the user (e.g. +12125550123
).
phoneNumberVerified
boolean
Whether the user's phone number has been verified.
The photo/avatar URL of the user.
The maximum length is 2000 characters.
Whether the user is disabled.
The general error code (e.g. INVALID_ARGUMENT
).
Possible values:OK
CANCELLED
UNKNOWN
INVALID_ARGUMENT
DEADLINE_EXCEEDED
NOT_FOUND
ALREADY_EXISTS
PERMISSION_DENIED
UNAUTHENTICATED
RESOURCE_EXHAUSTED
FAILED_PRECONDITION
ABORTED
OUT_OF_RANGE
UNIMPLEMENTED
INTERNAL
UNAVAILABLE
DATA_LOSS
A developer-facing error message.
A reason code for the error (e.g. USER_PENDING_DELETION
).
The parameter path related to the error (e.g. member.userId
).
Additional metadata related to the error.
A user-facing error message.