Organisations
Add a member to an organisation.
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
username?string
Length
0 <= length <= 255
role?string
Value in
"admin" | "developer" | "billing-admin" | "viewer"
kubernetesRole?string
Value in
"cluster-admin" | "edit" | "view" | ""
email?string
Response Body
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"
]
}