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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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 permission is for a user or a group. See UserOrGroup.