Preview

AccountUserGroup is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

AccountUserGroup

This page contains

    Fields

    id: ID!
    name: String!
    description: String
    memberCount: Int!
    sellableAppCount: Int
    systemManaged: Boolean!
    externallyManaged: Boolean!
    ldapId: String
    account: Account! PREVIEW
    membership(userId: ID!): AccountUserGroupMembership!
    memberships(first: Int, after: String, last: Int, before: String, filter: AccountUserGroupMembershipFilter): AccountUserGroupMembershipConnection!

    Implements

    Parent objects of AccountUserGroup

    Account PREVIEW

    Stub for an account. Entity defined in Directory.

    AccountUserGroupConnection PREVIEW

    Mutations for AccountUserGroup

    addUserToAccountUserGroup PREVIEW
    createAccountUserGroup PREVIEW
    removeUserFromAccountUserGroup PREVIEW
    updateAccountUserGroup PREVIEW

    Queries for AccountUserGroup

    account

    Retrieve an account by ID

    accountByExternalId

    Retrieve an account by external ID