v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
roles

Returns an array of all the roles in a Heartbeat community

get/roles

Response

Successful response

idstring uuid

The role id

namestring

The name of the role

Example response

[
  {
    "name": "Moderator"
  }
]