POST

/your-webhook-url?action=users.list

List users

query parameters

  • action

    string

    Required

    This will be set to users.list.

body parameters

  • pageSize

    int32

    The maximum number of users to return. The webhook is allowed to return fewer than this value, but it should never return more.

  • pageToken

    string

    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

  • users

    CustomUser

    The list of users.

  • nextPageToken

    string

    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.

PreviousUsers
NextCreate a user

Turn users intorevenue
$

Subscribe to monthly product updates

© 2024 UserHub

Integrations

    UserHub & Auth0UserHub & Stripe BillingUserHub & Google CloudUserHub & FirebaseUserHub & Custom Auth

Resources