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

This API call is used to list all child users.

Resource URL

/api/1.0/user

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

[
	{
    	"id": <uuid>,
	    "parent_id": <uuid>,
	    "home_id": <uuid>,
	    "home_name": <string>,
	    "super_admin": <string>,
	    "name": <string>,
	    "email": <string>,
	    "status": <string>,
	    "quota": <int>,
	    "created": <timestamp>,
	    "modified": <timestamp>,
	    "user_operations": <int>,
	    "home_operations": <int>,
	    "language": <string>
	    "storage_id": <uuid>,
	    "has_key": <bool>
	},
	...
]

 

 

 

 

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