API METHODS
GET /api/users
OAuth AuthorizationRequired: profile_read
PATCH /api/users
OAuth AuthorizationRequired: profile_update
SCHEMA
user
: Object
fname
: Stringlname
: Stringemail
: Stringlocale
: String | locale code (example: en
)city
: Stringstate
: Stringzip
: Stringc_sftp_pass
: Booleancountry
: String | Should be in the 2 digit format, e.g. US, CA, NL, etc.address1
: Stringaddress2
: Stringcompany_name
: Stringphone
: Stringcurrency
: Stringmerge_labels
: ObjectPOST /api/users
OAuth AuthorizationRequired: register
This is a special endpoint for use in conjunction with our embeddable interface. Users are not expected to be able to login directly after signup.
register
scope.