curl --request GET \
--url https://api.example.com/v1/roles/{role}{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"permissions": [
"<string>"
],
"type": "TYPE_UNSPECIFIED"
}Retrieves a role by name. Permissions required: bb.roles.get
curl --request GET \
--url https://api.example.com/v1/roles/{role}{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"permissions": [
"<string>"
],
"type": "TYPE_UNSPECIFIED"
}The role id.
OK
Role defines a set of permissions that can be assigned to users.
Resource name. Format: roles/{role}
Human-readable title.
Optional description of the role.
List of permission identifiers granted by this role.
Role type indicating if it's built-in or custom.
TYPE_UNSPECIFIED, BUILT_IN, CUSTOM Was this page helpful?