[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Set User Attribute Group Value\n\nVersion 4.0.25.14 (latest)\n\n### Set the value of a user attribute for a group.\n\nFor information about how user attribute values are calculated, see [Set User Attribute Group Values](/looker/docs/reference/looker-api/latest/methods/UserAttribute/set_user_attribute_group_values).\n\nRequest\n-------\n\nPATCH /groups/{group_id}/attribute_values/{user_attribute_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ngroup_id \nstring \nId of group \nuser_attribute_id \nstring \nId of user attribute \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[UserAttributeGroupValue](/looker/docs/reference/looker-api/latest/types/UserAttributeGroupValue) \nNew value for group.\nExpand UserAttributeGroupValue definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id of this group-attribute relation \ngroup_id \n*lock* \nstring \nId of group \nuser_attribute_id \n*lock* \nstring \nId of user attribute \nvalue_is_hidden \n*lock* \nboolean \nIf true, the \"value\" field will be null, because the attribute settings block access to this value \nrank \n*lock* \ninteger \nPrecedence for resolving value for user \nvalue \n*lock* \nstring \nValue of user attribute for group\n\nResponse\n--------\n\n### 200: Group value object.\n\nDatatype \nDescription \n(object) \n[UserAttributeGroupValue](/looker/docs/reference/looker-api/latest/types/UserAttributeGroupValue) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id of this group-attribute relation \ngroup_id \n*lock* \nstring \nId of group \nuser_attribute_id \n*lock* \nstring \nId of user attribute \nvalue_is_hidden \n*lock* \nboolean \nIf true, the \"value\" field will be null, because the attribute settings block access to this value \nrank \n*lock* \ninteger \nPrecedence for resolving value for user \nvalue \n*lock* \nstring \nValue of user attribute for group\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 403: Permission Denied\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]