latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Group
Create a group in an organization
post/orgs/{orgId}/groups
Path parameters
orgIdstring required
The Organization ID
Request body
Example request
{
"group_id": "my-idp-group",
"idp_id": "my-idp",
"role": "manager"
}Response
Group created with the specified Organization Role.
Example response
{
"id": "g-d510224a-4641-48fd-8054-68efd3537ee2",
"group_id": "my-idp-group",
"idp_id": "my-idp",
"role": "manager"
}