v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Collaborators

Invite Collaborators

Invite collaborators to specific projects on an account

post/collaborators

Request body

idstring uuid

The unique identifier of the user

Example request

[
  {
    "id": "fa74a14b-1f3a-463d-aa98-2f7124ee6fc3"
  }
]

Response

Return Collaborators

idstring uuid

The unique identifier of the user

Example response

[
  {
    "id": "fa74a14b-1f3a-463d-aa98-2f7124ee6fc3"
  }
]