400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/groups Response body: {"error":{"code":"Request_BadRequest","message":"The reference target 'Group_' of type 'Group' is invalid for the 'owners'

Mohammed Usman-Isiaka 20 Reputation points
2025-04-24T15:01:14.9+00:00

MS Graph request to create a new entra security group is throwing a 400 client error Bad request message "The reference target 'Group_' of type 'Group' is invalid for the 'owners' reference."

can i create an entra id security group with MS graph request while specifying a another entra id security group as the owner?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,673 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 118.1K Reputation points MVP Moderator
    2025-04-24T18:41:33.68+00:00

    No, only user objects can be designated as owners. If you need to specify multiple owners, you need to add them individually, you cannot directly add a group, or refer to its membership.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.