Group
is a datatype for
configuring or updating a group.
Table: Group
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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: Apr 3, 2025 | |||||
allowedAssetActionsBySource | multiple | yes | Preview | Get allowed asset actions for the group on a specific asset and explain how it has gotten this access The multiple datatype consists of (assetId: string!, assetType: AssetPermissionsAssetType!, searchDomainId: string): GroupAssetActionsBySource! . See AssetPermissionsAssetType GroupAssetActionsBySource . | |
defaultQueryPrefix | string | Long-Term | The default prefix for queries. | ||
defaultRole | Role | Long-Term | The default role associated with the group. See Role . | ||
defaultSearchDomainCount | integer | yes | Long-Term | The default search domain count. | |
displayName | string | yes | Long-Term | The display name of the group. | |
id | string | yes | Long-Term | The identifier of the group. | |
lookupName | string | Long-Term | The look-up name for the group. | ||
organizationRoles | [GroupOrganizationRole ] | yes | Long-Term | The roles of the organization associated with the group. See GroupOrganizationRole . | |
permissionType | PermissionType | Long-Term | Indicates which level of permissions the group contains. See PermissionType . | ||
queryPrefixes | multiple | Long-Term | The query prefixes for the group. The multiple datatype consists of queryPrefixes(onlyIncludeRestrictiveQueryPrefixes: boolean, onlyForRoleWithId: string): [QueryPrefixes] . See QueryPrefixes . | ||
roles | [SearchDomainRole ] | yes | Long-Term | The roles for the group See SearchDomainRole . | |
searchAssetPermissions | multiple | yes | Preview | Search for asset permissions for the group. This is a preview and subject to change. The datatype consists of (searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: SortBy, assetTypes: [AssetPermissionsAssetType], searchDomainIds: [string], permissions: [AssetAction], includeUnassignedAssets: boolean): AssetPermissionSearchResultSet! . See AssetPermissionsAssetType AssetAction , and AssetPermissionSearchResultSet . | |
searchDomainCount | integer | yes | Long-Term | The number of search domains for the group. | |
searchDomainRoles | multiple | yes | Long-Term | The search domain roles assigned to the group. The multiple datatype consists of (searchDomainId: string): [SearchDomainRole]. (seeSearchDomainRole ). | |
searchDomainRolesByName | multiple | yes | Deprecated | The search domain roles assigned to the group, by name. The multiple datatype consists of (searchDomainName: string): SearchDomainRole. See SearchDomainRole . When multiple roles per view is enabled, this field will return only the first of possibly multiple roles matching the name for the view. Use roles , searchDomainRoles , or searchDomainRolesBySearchDomainName fields instead. Will be removed at the earliest in version 1.195. | |
searchDomainRolesBySearchDomainName | string | yes | Long-Term | The domain roles by search domain name. The datatype consists of (searchDomainName: string!): [SearchDomainRole!] . See SearchDomainRole . | |
searchUsers | multiple | Long-Term | Used to search the list of users in the group. The datatype consists of (searchFilter: string, skip: integer, limit: integer, sortBy: OrderByUserField, orderBy: OrderBy): UserResultSetType . See OrderByUserField , OrderBy , UserResultSetType . | ||
systemRoles | [GroupSystemRole ] | yes | Long-Term | The system roles of the group (see GroupSystemRole Table). | |
userCount | integer | yes | Long-Term | The number of users that are part of the group. | |
users | [User ] | yes | Long-Term | The list of users in the group. See User . |