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
Body
application/json
walletPublicKey
string
Valid blockchain wallet address, must be an alphanumeric string without any special characters
alias
string
email
string
phoneNumber
string
role
enum<string>
requiredAvailable options:
owner
, admin
, developer
, viewer
Was this page helpful?