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

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[1, 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
Write a comment…
Quatrix APIs v1.0 QA1