User
Body
namestringRequired
The name of the user
emailstring · emailRequired
The email address of the user
passwordstring · passwordRequired
The password for the user
originstringOptional
The origin of the request, e.g., 'mobile' or 'web'
app_versionstringOptional
The version of the application
company_invite_codestringOptional
The company invite code if the user is joining a company
Responses
200
Successfully created a new user.
application/json
post
/user200
Successfully created a new user.
Body
fieldstringRequiredExample:
The field to update
emailuser_idintegerOptionalExample:
The ID of the user to update, defaults to the current session user
20128Responses
200
Successfully updated user information.
application/json
put
/user200
Successfully updated user information.
Last updated