Skip to content

Lists SAML group links

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

Get SAML group links for a group

id
required
One of:
string

ID or URL-encoded path of the group

OK

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"
}

Bad Request

Not Found