users

Retrieve list of users

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_CHANNEL_SUPPORT

    ROLE_CORPORATE_ADMIN

    ROLE_PARTNER_READ

    ROLE_SALES_SUPPORT

    Arguments

    first Int

    Number of elements to return (page size)

    after String

    Returns elements after specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA==

    before String

    Returns elements before specified cursor, for example bnVtYmVyPTAmc2l6ZT0xMA==

    last Int

    Number of elements to return in reverse order (page size)

    filter UsersFilter

    Filter for user list

    orderBy UserOrderBy

    The property and direction to sort users by

    Return Fields

    UserConnection!

    A connection type used to navigate through a list of users

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.