Organization Group Members

The /Organizations/{organizationId}/Groups/{groupId}/Members resource collection represents members of a specified group.

Get Organization Group Members

Returns a a resource representation of members of an organization group with the specified ID.

SecurityBearer
Request
path Parameters
organizationId
required
string <uuid>

Specifies the identification number of the Microsoft 365 organization. For more information on how to get this parameter, see Get Organizations.

groupId
required
string

Specifies the identification number of the group. For more information on how to get this parameter, see Get Organization Groups.

query Parameters
limit
integer <int32>

Limits the maximum number of items that the server will return on a page. The maximum supported number of items per page is 10,000. The default value is 30.

offset
integer <int32>

Excludes from a response page the first N items of a collection resource. The default value is 0.

setId
string <uuid>

Specifies ID of a request sent earlier and stored in cache. Using the ID, you decrease the number of requests to the cloud.

dataSource
string

Defines the representation of the organization group members that will be returned to the client. The following values are available:

  • PreferLocal. For Microsoft organizations with modern app-only authentication, data is returned from either the organization cache database if organization objects are already synchronized to this source, or directly from the organization if synchronization is in progress. For Microsoft organizations with modern authentication and legacy protocols or with basic authentication, data is returned directly from the organization.
  • Production. Data is returned directly from the organization.
  • PreferLocalResynced. For Microsoft organizations with modern app-only authentication, synchronization of objects with the organization cache database is started and upon synchronization completes, data is returned from the organization cache database. For Microsoft organizations with modern authentication and legacy protocols or with basic authentication, data is returned directly from the organization.
The default value is PreferLocal.

Enum: "PreferLocal" "Production" "PreferLocalResynced"
Responses
200

OK

default

Operation failure response.

get/v8/Organizations/{organizationId}/Groups/{groupId}/Members
Request samples
Response samples
application/json
{
  • "offset": 0,
  • "limit": 0,
  • "setId": "83e19bc1-5428-42b5-88ea-b28354e481f3",
  • "results": [
    ],
  • "_links": {
    }
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201