POST
/
organizations
/
{organizationId}
/
invites
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/invites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "walletPublicKey": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
  "alias": "An example name",
  "email": "hello-world@foobar.com"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36

Body

application/json
walletPublicKey
string

Valid blockchain wallet address, must be an alphanumeric string without any special characters

alias
string
email
string