Add New User
Allow customer to add a new user with the profile_type below:
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
namestringRequired
emailstringRequired
job_start_datestringRequired
profile_typestringOptionalDefault:
Staff Onlystaff_idstringOptional
Responses
200
Success!
application/json
idinteger · int64OptionalDefault:
11094namestringOptionalDefault:
Teststaff_idnumber · timestamptzOptionalDefault:
189201home_countryinteger · int64Optional
host_countryinteger · int64Optional
profile_typestringOptionalDefault:
Staff Onlyplatform_emailstring · emailOptionalDefault:
[email protected]home_country_is_localbooleanOptional
host_country_is_localbooleanOptional
home_country_engagement_typestringOptional
host_country_engagement_typestringOptional
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
post
/add-userLast updated