Skip to content

POST /api/orgs/{orgId}/invite

POST
/api/orgs/{orgId}/invite

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

orgId*
Typestring
Required
formatuuid
pattern[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

Request Body

application/json
JSON
{
"email": "string",
"role": "string",
"projects": [
"string"
]
}

Responses

OK
application/json

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI