Api referenceInvitation links
Create an invitation link
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/invitation-links" \ -H "Content-Type: application/json" \ -d '{ "resource": { "id": "string", "type": "organization" }, "role": {}, "expiresAt": "2019-08-24T14:15:22Z" }'{}