Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Returns all values of a user attribute defined by user groups, in precedence order.
A user may be a member of multiple groups which define different values for a given user attribute.
The order of group-values in the response determines precedence for selecting which group-value applies
to a given user. For more information, see Set User Attribute Group Values.
Results will only include groups that the caller's user account has permission to see.
Request
GET
/user_attributes/{user_attribute_id}/group_values
[[["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,["# Get User Attribute Group Values\n\nVersion 4.0.25.14 (latest)\n\n### Returns all values of a user attribute defined by user groups, in precedence order.\n\nA user may be a member of multiple groups which define different values for a given user attribute.\nThe order of group-values in the response determines precedence for selecting which group-value applies\nto a given user. For more information, see [Set User Attribute Group Values](/looker/docs/reference/looker-api/latest/methods/UserAttribute/set_user_attribute_group_values).\n\nResults will only include groups that the caller's user account has permission to see.\n\nRequest\n-------\n\nGET /user_attributes/{user_attribute_id}/group_values \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nuser_attribute_id \nstring \nId of user attribute \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: All group values for attribute.\n\nDatatype \nDescription \n(array) \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### 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### 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"]]