curl --request POST \
--url https://api.devhelm.io/api/v1/invites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"roleOffered": "OWNER"
}
'{
"data": {
"inviteId": 123,
"email": "<string>",
"roleOffered": "OWNER",
"expiresAt": "2023-11-07T05:31:56Z",
"consumedAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
}curl --request POST \
--url https://api.devhelm.io/api/v1/invites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"roleOffered": "OWNER"
}
'{
"data": {
"inviteId": 123,
"email": "<string>",
"roleOffered": "OWNER",
"expiresAt": "2023-11-07T05:31:56Z",
"consumedAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
}API key (dh_live_...) or Auth0 JWT token
Created
Organization invite sent to an email address
Show child attributes