The usersAndGroupsForChangingUserAccess() GraphQL query field is used to users and groups for changing user access.

For more information on user authorization, see the Manage users & permissions documentation page.

Syntax

Below is the syntax for the usersAndGroupsForChangingUserAccess() query field:

graphql
usersAndGroupsForChangingUserAccess(
     search: string
     searchDomainId: string!
     skip: integer = 0
     limit: integer = 50
   ): UsersAndGroupsSearchResultSet!

Returned Datatypes

The returned datatype UsersAndGroupsSearchResultSet has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: UsersAndGroupsSearchResultSet

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 4, 2024
results[UserOrGroup]yes The results sets of users and groups. See Group and User.
totalResultsintegeryes The total number of matching results.