curl --request GET \
--url https://api.example.com/v1/roles{
"roles": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"permissions": [
"<string>"
],
"type": "TYPE_UNSPECIFIED"
}
]
}Lists roles in the workspace. Permissions required: bb.roles.list
curl --request GET \
--url https://api.example.com/v1/roles{
"roles": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"permissions": [
"<string>"
],
"type": "TYPE_UNSPECIFIED"
}
]
}OK
The roles from the specified request.
Show child attributes
Was this page helpful?