2.1.1 Actors object
Represents a list of actors in the Drillster platform. An actor can be a user or an organization.
Example
{
"total": 2,
"users": [ {
"type": "USER",
"id": "m3XfGV1LQhu729lfVYa_sQ",
"name": "Jane Doe",
"emailAddress": "jane@example.com",
"locale": "en_US",
"description": "",
"quota": 500,
"created": "2015-09-21T07:59:01Z"
}, {
"type": "USER",
"id": "Q0JTcAQJR32XMXSx3C4WMw",
"name": "John Doe",
"emailAddress": "john@example.com",
"locale": "nl_NL",
"description": "",
"quota": 500,
"created": "2015-09-21T07:59:01Z"
} ]
}
Fields
Field | Type | Description |
---|---|---|
total required |
Integer | The total number of users available to the caller. Example value: 17 |
actors required |
List of 2.1.1 Actor objects | The requested list of actors. |
Last updated on