API referenceGenerated
Create Invite
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/invites" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'{ "invite_id": "string", "email": "string", "name": "string", "role": "string", "status": "string", "created_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}