cURL
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 }
Invite a new member to the caller’s organization via email
Member invitation request
The body is of type object.
object
OK
Was this page helpful?