Skip to main content
Question

Creating EntraId group using API giving Error -Unsupported group type: EntraId

  • March 4, 2026
  • 0 replies
  • 3 views

Forum|alt.badge.img+2

Hi Team,

I am trying to create the EntraId group in Beyondtrust password using API. 

I am calling below API to do it 

https://jlr-uat.ps.beyondtrustcloud.com/BeyondTrust/api/public/v3/usergroups

Below is the body param I am providing 

{
"isActive":"true",
"groupType":"EntraID",
"groupName" :"LINADMINXX-LIN-T-USR",
"description" :"LINADMINXX-LIN-T-USR",
"TenantId" : "5....",
"ClientId" : "3873..",
"ClientSecret" : "d....."

}
Client Id and client secret is correct. I have provided below permission to group which has API key configured 
 

 

When I am trying to create the group for group type as Entra Id I am getting error message which says ""Unsupported group type: EntraID"

I am following below documentation

https://docs.beyondtrust.com/bips/reference/post-api-public-v3-usergroups

In event logs I see below error 

Warning Details
Message
BadRequest (400) - "Unsupported group type: EntraId"
Exception
--
ThreadId
102
HttpRequestId
e7d013ef-d20f-46c9-9e37-066becb213b0
SourceService
publicapi
StatusCode
0
ElapsedMilliseconds
0

From Password Safe, I am able to Add group from Entra. However from API it fails

Below are permissions to Group on which API key is added

Can you please check and help to understand why I am getting this error ""Unsupported group type: EntraId"" Even though documentation says group can be of type EntraID

Need assistance. Thanks in Advance.

Regards,

Imran Aliyani