POST
/
organisations
/
{organisationId}
/
hubs
/
{hubId}
/
boards
/
{boardId}
/
users
/
{userid}
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs/{hubId}/boards/{boardId}/users/{userid} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
hubId
string
required
boardId
string
required
userid
string
required

Response

204
application/json
BoardUsersResponse is a placeholder response. Right now the APi doesn't return a body.

Empty placeholder schema