UserMembershipDetailsConnection

A connection type used to page through a list of users

This page contains

    Fields

    totalCount: Int!

    The total number of accounts that meet the criteria of the query

    nodes: [UserMembershipDetails!]

    The list of accounts

    pageInfo: PageInfo!

    Information used for pagination

    Parent objects of UserMembershipDetailsConnection

    User PREVIEW

    User from the Account Management Service

    Queries for UserMembershipDetailsConnection

    me

    Retrieve details of currently logged-in user

    user

    Retrieve a user by ID

    userByExternalId

    Retrieve a user by external ID

    userByUsername

    Retrieve a user by username