Get SAML group link
GET
/api/v4/groups/{id}/saml_group_links/{saml_group_name}
Get a SAML group link for the group
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”provider
string
Provider string to disambiguate when multiple links exist with same name
Responses
Section titled “Responses”OK
Media typeapplication/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
Multiple links found, provider parameter required