Set the identity roles an administrator role may grant in an Environment
/portal/v1/accounts/{accountSlug}/admin-roles/{adminRoleId}/grantable-rolesAuthentication
Bearer Token
AuthorizationJWT access token. Never send alongside X-API-Key: a request carrying both is refused.
Path Parameters
adminRoleIdstring Required Request body
application/json
environmentIdstring Required Environment the identity roles belong to
roleIdsstring[] Required Identity role IDs this administrator role may grant
Responses
application/json
items *string[]
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X PUT "https://auth.canopy-io.com/portal/v1/accounts/{accountSlug}/admin-roles/value/grantable-roles" \ -H "Authorization: Bearer $CANOPY_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "environmentId": "string", "roleIds": [ "string" ] }'
{ "items": [ "string" ] }
Tell us how we can improve this guide.