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

This API call returns user profile information.

Resource URL

/api/1.0/profile

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

{
    "id": <uuid>,
    "name": <string>,
    "email": <string>,
    "super_admin": <string>,
    "home_id": <uuid>,
    "operations": <int>,
	"max_file_size": <int>,

    "max_files_per_share": <int>,
    "plan": <string>,
    "is_contact": <bool>,
    "has_key": <bool>,
    "language": <string>,
    "channel_id": <uuid>,

    "account_id": <uuid>,
    "storage_id": <uuid>,
    "created": <timestamp>,
    "modified": <timestamp>,
    "quota": <int>,
    "status": <"A"|"D">,
    "uid": <int>,
    "gid": <int>,
    "enable_pgp": <bool>,
	"message_signature": <string>
}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1