POST
/your-webhook-url?action=users.list
List users
query parameters
This will be set to users.list
.
body parameters
The maximum number of users to return. The webhook is allowed to return fewer than this value, but it should never return more.
A page token, this is from the response of the previous list request.
This should be used to determine the next page of results.
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.
A token the webhook can set to indicate it has more results.
This can be a page number, offset number, timestamp, or any value the webhook handler wants to use for pagination.
It must be encoded as a string.
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.