UserOrGroupTypeAndPermissions is a datatype for user or groups and their asset permissions.

This datatype is used by the groupsAndUsersWithPermissionsOnAsset() query field. It's also used by the datatypes, User, which is used by several mutation and query fields.

Table: UserOrGroupTypeAndPermissions

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Jan 15, 2026
assetPermissions[AssetAction]yes Short-TermThe allowed type of action for an asset (e.g., Read, Update). See AssetAction.
assetTypeAssetPermissionsAssetTypeyes Short-TermThe type of asset (e.g., AggregateAlert, Dashboard). See AssetPermissionsAssetType.
userOrGroupUserOrGroupyes Short-TermWhether asset permisson is for a user or a group. See UserOrGroup.