POST
/
api
/
v1
/
organizations
/
{organizationId}
/
team-members
cURL
curl --request POST \
  --url https://api.drip.re/api/v1/organizations/{organizationId}/team-members \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "role": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Body

application/json

Response

201
application/json

Default Response

The response is of type any.