Skip to main content
POST
/
v2
/
users
/
register
Register User
curl --request POST \
  --url https://api.example.com/v2/users/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "provider": "<string>",
  "provider_account_id": "<string>",
  "email": "<string>",
  "name": "<string>",
  "refresh_token": "<string>",
  "access_token": "<string>",
  "expires_at": 123,
  "id_token": "<string>",
  "scope": "<string>",
  "session_state": "<string>",
  "token_type": "<string>",
  "username": "<string>",
  "password": "<string>",
  "slackCode": "<string>"
}
'
{}

Body

application/json
type
string
required
provider
string
required
provider_account_id
string
required
email
string
required
name
string
required
refresh_token
string
access_token
string
expires_at
integer
id_token
string
scope
string
session_state
string
token_type
string
username
string
password
string
slackCode
string

Response

Successful Response

The response is of type Response Register User V2 Users Register Post · object.