PPylon Developers
ApiCollaborators

Add Collaborator

POST
/api/organizer/v1/events/{id}/collaborators
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/organizer/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/collaborators" \  -H "Content-Type: application/json" \  -d '{    "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",    "role": "string"  }'
{
  "collaboratorId": "dedfad36-782f-4cdb-bd81-887d197ec944"
}
{
  "code": "string",
  "message": "string"
}