This API call is used to list all child users.
Resource URL
/api/1.0/user
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes |
| HTTP Method | GET |
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>
},
...
]
0 Comments