UpdateTeamInsightsAccountPermissionsRequest
Request to update the insights account permissions for a team.
Properties
permissionsenum optionalPermissions the permissions that team membership grants to the account. Will overwrite any existing permissions the team grants to the account. A nil value, or a permission of “none”, will remove the account from the team.Values:0— None- InsightsAccountPermissionNone provides no access.
1— Read- InsightsAccountPermissionRead provides read-only access.
2— Write- InsightsAccountPermissionWrite provides read/write access to an account.
3— Admin- InsightsAccountPermissionAdmin provides admin-level access to the account.