curl --request GET \
--url https://api.example.com/v1/organizations/roles[
{
"id": "<string>",
"role": "<string>",
"org": "<string>"
}
]List org roles
curl --request GET \
--url https://api.example.com/v1/organizations/roles[
{
"id": "<string>",
"role": "<string>",
"org": "<string>"
}
]Was this page helpful?