invites
Creates an invite to the organization
POST
/
organizations
/
{organizationId}
/
invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organizationId
string
requiredID of organization
Required string length:
36
Body
application/json
role
enum<string>
requiredAvailable options:
owner
, admin
, developer
, viewer
walletPublicKey
string
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum length:
255
alias
string
Maximum length:
255
email
string
Maximum length:
255
phoneNumber
string
Maximum length:
255
Was this page helpful?