Organization
Role
Get organization role
Returns the given organization by its ID.
get/v1/organizations/{id}/roles/{role_id}
Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "Collaborators",
"description": "Users who can collaborate on the project.",
"member_count": 4,
"permissions": [
"9bsv0s46s6s002p9ltq0"
]
}