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"
  }
]

Changes