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>
	},
	...
]