[[["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 All Groups\n\nVersion 4.0.25.14 (latest)\n\n### Get information about all groups.\n\nRequest\n-------\n\nGET /groups \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields. \npage \ninteger \nDEPRECATED. Use limit and offset instead. Return only page N of paginated results \nper_page \ninteger \nDEPRECATED. Use limit and offset instead. Return N rows of data per page \nlimit \ninteger \nNumber of results to return. (used with offset and takes priority over page and per_page) \noffset \ninteger \nNumber of results to skip before returning any. (used with limit and takes priority over page and per_page) \nsorts \nstring \nFields to sort by. \nids \nstring\\[\\] \ncontent_metadata_id \nstring \nId of content metadata to which groups must have access. \ncan_add_to_content_metadata \nboolean \nSelect only groups that either can/cannot be given access to content.\n\nResponse\n--------\n\n### 200: Group\n\nDatatype \nDescription \n(array) \n[Group](/looker/docs/reference/looker-api/latest/types/Group)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncan_add_to_content_metadata \nboolean \nGroup can be used in content access controls \ncontains_current_user \n*lock* \nboolean \nCurrently logged in user is group member \nexternal_group_id \n*lock* \nstring \nExternal Id group if embed group \nexternally_managed \n*lock* \nboolean \nGroup membership controlled outside of Looker \nid \n*lock* \nstring \nUnique Id \ninclude_by_default \n*lock* \nboolean \nNew users are added to this group by default \nname \nstring \nName of group \nuser_count \n*lock* \ninteger \nNumber of users included in this 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\n\nExamples\n--------\n\n### Ruby\n\n\n### Kotlin\n\n\n### Swift"]]