Skip to main content
POST
/
org
/
members
/
invite
Invite organization member
curl --request POST \
  --url https://api.thundercompute.com:8443/v1/org/members/invite \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "member_id": "<string>",
  "org_id": "<string>",
  "role_ids": [
    "<string>"
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Body

application/json

Member invitation request

The body is of type object.

Response

OK

member_id
string
org_id
string
role_ids
string[]
success
boolean