Skip to main content
POST
/
v2
/
users
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/users/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "<string>",
  "firstname": "<string>",
  "email": "<string>",
  "position": "<string>",
  "hubspotOwnerId": "<string>",
  "slackId": "<string>"
}
'

Body

application/json
role
string
required
firstname
string
required
email
string
position
string
hubspotOwnerId
string
slackId
string

Response

200

Success