Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following API call enables to set user profile data.

Resource URL

/api/1.0/profile/set

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

name

optional 

string-length[3, 511]

name of current user's profile.

email

optional

string-email

email of current user's profile.

password

optional

base64 string-passwordpassword of current user's profile.

language

optional

string-languagelanguage of current user's profile.

Example Request URL

Example Result

{
    "name": <string>,
    "email": <string>,
    "language": <string>
}

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1