Parameter | Type | Description |
---|
first_name
| String
| Required
|
last_name
| String
| Required
|
dob
| String
| Optional
DDDD-MM-YY format |
type
| Integer
| 200 : Member, 400 : Provider, 600 : Guest User
|
code
| String
| Required if type is 200 or 400 / Max length: 128 character
code is a unique user identifier on your end. VSee will store the code for this user record and next time you call SSO, we will return you the same existing user.
|
email
| String
| Optional
|
username
| String
| Optional - system will generate one as fallback
|
disable_emails
| Integer
| Optional - set to 1 - if you want user to disable all email notification
|