GET
/
organisations
/
{organisationId}
/
hubs
/
{hubId}
/
boards
/
{boardId}
/
users
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs/{hubId}/boards/{boardId}/users \
  --header 'Authorization: <api-key>'
[
  {
    "userId": "<string>",
    "boardId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
hubId
string
required
boardId
string
required

Response

200
application/json
A paginated set of HubBoardUsers
userId
string
required
boardId
string
required
createdAt
string
required
updatedAt
string
required
deletedAt
string