Skip to content

Fetches latest roles summary for the board.

GET
/boards/{board_id}/roles
board_id
required
string format: uuid

The id of the board.

The board roles summary.

object
roles
Array<object>
object
user_id
string format: uuid
username
required

Username.

string
role_string_id
required

String id of role.

string format: uuid
role_name
required

Name of role.

string
label
required

Label associated with role assignment

string
Examples
{
"roles": [
{
"user_firebase_id": "a90b0809-2c57-4ff1-be7c-4b7ab1b7edcc",
"username": "bobatan",
"role_string_id": "3df1d417-c36a-43dd-aaba-9590316ffc32",
"role_name": "The Owner",
"label": "Look ma, a label"
}
]
}

User was not found in request that requires authentication.

Generic response object

object
message
string
Examples

No authentication token given.

{
"message": "No authenticated user found."
}

User does not have required permissions to complete this action.

Generic response object

object
message
string

The board was not found.

Generic response object

object
message
string

There was an error fetching board roles.