Skip to content

Assign role to team

POST
/admin/teams/{id}/roles
curl --request POST \
--url https://shoehorn.example.com/api/v1/admin/teams/example/roles \
--header 'Content-Type: application/json' \
--data '{ "role_id": "example" }'
id
required
string
Media type application/json
object
role_id
required
string
Example generated
{
"role_id": "example"
}

Role assigned