[[["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-06 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of \u003ccode\u003eOrgMembership\u003c/code\u003e resources within a specified \u003ccode\u003eOrgUnit\u003c/code\u003e, which is defined as the 'parent' in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the \u003ccode\u003eGET\u003c/code\u003e method and follows a defined URL structure with the \u003ccode\u003eorgUnitId\u003c/code\u003e of the parent \u003ccode\u003eOrgUnit\u003c/code\u003e as a required path parameter, formatted as \u003ccode\u003eorgUnits/{$orgUnitId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003ecustomer\u003c/code\u003e query parameter to identify the customer associated with the \u003ccode\u003eOrgMembership\u003c/code\u003e, using the format \u003ccode\u003ecustomers/{$customerId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters like \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e allow for filtering search results, setting result limits, and paginating through results, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe response returns a list of \u003ccode\u003eorgMemberships\u003c/code\u003e along with an optional \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages of results.\u003c/p\u003e\n"]]],[],null,["# Method: orgUnits.memberships.list\n\nList [OrgMembership](/identity/docs/reference/rest/v1beta1/orgUnits.memberships#OrgMembership) resources in an OrgUnit treated as 'parent'.\n\nParent format: orgUnits/{$orgUnitId}\n\nwhere `$orgUnitId` is the `orgUnitId` from the [Admin SDK `OrgUnit` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/orgunits)\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1beta1/{parent=orgUnits/*}/memberships`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for [OrgMembershipsService.ListOrgMemberships](/identity/docs/reference/rest/v1beta1/orgUnits.memberships/list#google.apps.cloudidentity.orgunits.v1beta1.OrgMembershipsService.ListOrgMemberships).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.orgunits.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.orgunits`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]