Skip to content

Add SAML group link

POST
/api/v4/groups/{id}/saml_group_links

Add a SAML group link for a group

id
required
One of:
string

ID or URL-encoded path of the group

Media type application/json
object
saml_group_name
required

The name of a SAML group

string
nullable
access_level
required

Level of permissions for the linked SA group

integer
Allowed values: 5 10 15 20 25 30 40 50
member_role_id

The ID of the Member Role for the linked SA group

integer
nullable
provider

Provider string that must match for this group link to be applied

string
nullable

Created

Media type application/json
object
name
string
access_level
integer
member_role_id
integer format: int64
provider
string
Example
{
"name": "saml-group-1",
"access_level": 40,
"member_role_id": 12,
"provider": "saml"
}

Validation error

Not found

Unprocessable entity