Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/groups-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ You can configure other settings for groups, such as:

## Group search limitations for guests in organizations

Apps can search for groups in an organization's directory by querying the `/groups` resource (for example, `https://graph.microsoft.com/beta/groups`). This capability is available to administrators and members, but not to guests.
Apps can search for groups in an organization's directory by querying the `/groups` resource (for example, `https://graph.microsoft.com/v1.0/groups`). This capability is available to administrators and members, but not to guests.

Guests, depending on the permissions granted to the app, can view the profile of a specific group (for example, `https://graph.microsoft.com/beta/group/fc06287e-d082-4aab-9d5e-d6fd0ed7c8bc`). However, they can't perform queries on the `/groups` resource that return multiple results.
Guests, depending on the permissions granted to the app, can view the profile of a specific group (for example, `https://graph.microsoft.com/v1.0/group/fc06287e-d082-4aab-9d5e-d6fd0ed7c8bc`). However, they can't perform queries on the `/groups` resource that return multiple results.

Members generally have broader access to group resources, while guests have restricted permissions, limiting their access to certain group features. For more information, see [Compare member and guest default permissions](/entra/fundamentals/users-default-permissions?context=graph%2Fcontext#compare-member-and-guest-default-permissions).

Expand Down
Loading