Avisi cloud logo
Organisations

Add a member to an organisation.

POST
/api/v1/organisations/{organisationSlug}/members

Path Parameters

organisationSlug*string
Match^[a-z0-9-_]+$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.avisi.cloud/api/v1/organisations/string/members" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}