Skip to content

Get group role mappings

GET
/groups/{groupName}/roles
curl --request GET \
--url https://shoehorn.example.com/api/v1/groups/example/roles

Returns roles assigned to a specific IdP group.

groupName
required
string

Roles mapped to this group

Media type application/json
object
roles
Array<string>
Example generated
{
"roles": [
"example"
]
}