Download OpenAPI specification:
Authorization for API key requests is evaluated against the API key owner's role permissions in the API key organization. Global admin privileges do not bypass organization-scoped authorization in this API surface.
| start required | string <date> |
| end required | string <date> |
| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "objectives",
- "results": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "stage": 0,
- "organizationId": 0,
- "groupId": 0,
- "themeId": 0,
- "planId": 0,
- "parentId": 0,
- "currentStatus": "string",
- "currentTrend": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object (ObjectiveCreateAttributes) |
{- "objective": {
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "end_date": "2019-08-24",
- "group_id": 0,
- "theme_id": 0,
- "plan_id": 0,
- "parent_id": 0
}
}{- "entity": "objectives",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "stage": 0,
- "organizationId": 0,
- "groupId": 0,
- "themeId": 0,
- "planId": 0,
- "parentId": 0,
- "currentStatus": "string",
- "currentTrend": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "objectives",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "stage": 0,
- "organizationId": 0,
- "groupId": 0,
- "themeId": 0,
- "planId": 0,
- "parentId": 0,
- "currentStatus": "string",
- "currentTrend": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object (ObjectiveAttributes) |
{- "objective": {
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "end_date": "2019-08-24",
- "group_id": 0,
- "theme_id": 0,
- "plan_id": 0,
- "parent_id": 0
}
}{- "entity": "objectives",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "stage": 0,
- "organizationId": 0,
- "groupId": 0,
- "themeId": 0,
- "planId": 0,
- "parentId": 0,
- "currentStatus": "string",
- "currentTrend": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| start required | string <date> |
| end required | string <date> |
| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "metrics",
- "results": [
- {
- "id": 0,
- "displayName": "string",
- "description": "string",
- "cadence": "string",
- "goalDirection": 0,
- "organizationId": 0,
- "groupId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}| owner_id | integer |
required | object (MetricCreateAttributes) |
{- "owner_id": 0,
- "metric": {
- "display_name": "string",
- "description": "string",
- "cadence": "string",
- "goal_direction": 0,
- "group_id": 0,
- "number_format": "string"
}
}{- "entity": "metrics",
- "results": {
- "id": 0,
- "displayName": "string",
- "description": "string",
- "cadence": "string",
- "goalDirection": 0,
- "organizationId": 0,
- "groupId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "metrics",
- "results": {
- "id": 0,
- "displayName": "string",
- "description": "string",
- "cadence": "string",
- "goalDirection": 0,
- "organizationId": 0,
- "groupId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object (MetricAttributes) |
{- "metric": {
- "display_name": "string",
- "description": "string",
- "cadence": "string",
- "goal_direction": 0,
- "group_id": 0,
- "number_format": "string"
}
}{- "entity": "metrics",
- "results": {
- "id": 0,
- "displayName": "string",
- "description": "string",
- "cadence": "string",
- "goalDirection": 0,
- "organizationId": 0,
- "groupId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| start required | string <date> |
| end required | string <date> |
| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "goals",
- "results": [
- {
- "id": 0,
- "metricId": 0,
- "currentValue": 0,
- "targetValue": 0,
- "groupedValues": { },
- "remaining": 0,
- "startTime": "2019-08-24",
- "startTimestamp": 0,
- "endTime": "2019-08-24",
- "endTimestamp": 0,
- "pace": "string",
- "isActive": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object (GoalCreateAttributes) |
{- "goal": {
- "metric_id": 0,
- "current_value": 0,
- "target_value": 0,
- "start_time": "2019-08-24",
- "end_time": "2019-08-24"
}
}{- "entity": "goals",
- "results": {
- "id": 0,
- "metricId": 0,
- "currentValue": 0,
- "targetValue": 0,
- "groupedValues": { },
- "remaining": 0,
- "startTime": "2019-08-24",
- "startTimestamp": 0,
- "endTime": "2019-08-24",
- "endTimestamp": 0,
- "pace": "string",
- "isActive": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "goals",
- "results": {
- "id": 0,
- "metricId": 0,
- "currentValue": 0,
- "targetValue": 0,
- "groupedValues": { },
- "remaining": 0,
- "startTime": "2019-08-24",
- "startTimestamp": 0,
- "endTime": "2019-08-24",
- "endTimestamp": 0,
- "pace": "string",
- "isActive": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object (GoalAttributes) |
{- "goal": {
- "metric_id": 0,
- "current_value": 0,
- "target_value": 0,
- "start_time": "2019-08-24",
- "end_time": "2019-08-24"
}
}{- "entity": "goals",
- "results": {
- "id": 0,
- "metricId": 0,
- "currentValue": 0,
- "targetValue": 0,
- "groupedValues": { },
- "remaining": 0,
- "startTime": "2019-08-24",
- "startTimestamp": 0,
- "endTime": "2019-08-24",
- "endTimestamp": 0,
- "pace": "string",
- "isActive": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| commentable_type required | string Enum: "objective" "metric" "plan" "tactic" "insight_rule" |
| commentable_id required | integer |
| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
| sort[field] | string Field name to sort comments by. |
| sort[direction] | string Enum: "asc" "desc" Sort direction. |
{- "entity": "comments",
- "results": [
- {
- "id": 0,
- "objectiveId": 0,
- "metricId": 0,
- "planId": 0,
- "tacticId": 0,
- "insightRuleId": 0,
- "userId": 0,
- "content": "string",
- "jsonContent": { },
- "pinnedById": 0,
- "parentId": 0,
- "sentiment": 0,
- "sentimentLevel": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object Exactly one target reference must be present in the payload. Provide one and only one of objective_id, metric_id, plan_id, tactic_id, insight_rule_id, or parent_id. This constraint is enforced by server validation. |
{- "comment": {
- "objective_id": 0,
- "metric_id": 0,
- "plan_id": 0,
- "tactic_id": 0,
- "insight_rule_id": 0,
- "parent_id": 0,
- "content": "string",
- "json_content": { }
}
}{- "entity": "comments",
- "results": {
- "id": 0,
- "objectiveId": 0,
- "metricId": 0,
- "planId": 0,
- "tacticId": 0,
- "insightRuleId": 0,
- "userId": 0,
- "content": "string",
- "jsonContent": { },
- "pinnedById": 0,
- "parentId": 0,
- "sentiment": 0,
- "sentimentLevel": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "comments",
- "results": {
- "id": 0,
- "objectiveId": 0,
- "metricId": 0,
- "planId": 0,
- "tacticId": 0,
- "insightRuleId": 0,
- "userId": 0,
- "content": "string",
- "jsonContent": { },
- "pinnedById": 0,
- "parentId": 0,
- "sentiment": 0,
- "sentimentLevel": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object |
{- "comment": {
- "content": "string",
- "json_content": { },
- "pinned_by_id": 0
}
}{- "entity": "comments",
- "results": {
- "id": 0,
- "objectiveId": 0,
- "metricId": 0,
- "planId": 0,
- "tacticId": 0,
- "insightRuleId": 0,
- "userId": 0,
- "content": "string",
- "jsonContent": { },
- "pinnedById": 0,
- "parentId": 0,
- "sentiment": 0,
- "sentimentLevel": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "themes",
- "results": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "organizationId": 0,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "hasObjectives": true
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object |
| plan_id | integer or null Optional plan ID to link this theme to a plan |
{- "theme": {
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "discarded_at": "2019-08-24T14:15:22Z"
}, - "plan_id": 0
}{- "entity": "themes",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "organizationId": 0,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "hasObjectives": true
}
}{- "entity": "themes",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "organizationId": 0,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "hasObjectives": true
}
}| id required | integer |
required | object |
{- "theme": {
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "discarded_at": "2019-08-24T14:15:22Z"
}
}{- "entity": "themes",
- "results": {
- "id": 0,
- "name": "string",
- "description": "string",
- "icon": "string",
- "order": 0,
- "organizationId": 0,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "hasObjectives": true
}
}| start required | string <date> |
| end required | string <date> |
| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "tactics",
- "results": [
- {
- "id": 0,
- "organizationId": 0,
- "groupId": 0,
- "objectiveId": 0,
- "createdById": 0,
- "name": "string",
- "description": "string",
- "keyResultName": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "currentValue": 0,
- "targetValue": 0,
- "resource": "string",
- "currentCellReference": "string",
- "targetCellReference": "string",
- "mergeAccountId": 0,
- "pluginConfigurationId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}| owner_id | integer |
required | object (TacticCreateAttributes) |
{- "owner_id": 0,
- "tactic": {
- "current_cell_reference": "string",
- "current_value": 0,
- "date": "2019-08-24",
- "description": "string",
- "end_date": "2019-08-24",
- "group_id": 0,
- "key_result_name": "string",
- "merge_account_id": 0,
- "name": "string",
- "objective_id": 0,
- "order": 0,
- "plugin_configuration_id": 0,
- "resource": "string",
- "target_cell_reference": "string",
- "target_value": 0
}
}{- "entity": "tactics",
- "results": {
- "id": 0,
- "organizationId": 0,
- "groupId": 0,
- "objectiveId": 0,
- "createdById": 0,
- "name": "string",
- "description": "string",
- "keyResultName": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "currentValue": 0,
- "targetValue": 0,
- "resource": "string",
- "currentCellReference": "string",
- "targetCellReference": "string",
- "mergeAccountId": 0,
- "pluginConfigurationId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "tactics",
- "results": {
- "id": 0,
- "organizationId": 0,
- "groupId": 0,
- "objectiveId": 0,
- "createdById": 0,
- "name": "string",
- "description": "string",
- "keyResultName": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "currentValue": 0,
- "targetValue": 0,
- "resource": "string",
- "currentCellReference": "string",
- "targetCellReference": "string",
- "mergeAccountId": 0,
- "pluginConfigurationId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object (TacticAttributes) |
{- "tactic": {
- "current_cell_reference": "string",
- "current_value": 0,
- "date": "2019-08-24",
- "description": "string",
- "end_date": "2019-08-24",
- "group_id": 0,
- "key_result_name": "string",
- "merge_account_id": 0,
- "name": "string",
- "objective_id": 0,
- "order": 0,
- "plugin_configuration_id": 0,
- "resource": "string",
- "target_cell_reference": "string",
- "target_value": 0
}
}{- "entity": "tactics",
- "results": {
- "id": 0,
- "organizationId": 0,
- "groupId": 0,
- "objectiveId": 0,
- "createdById": 0,
- "name": "string",
- "description": "string",
- "keyResultName": "string",
- "date": "2019-08-24",
- "endDate": "2019-08-24",
- "currentValue": 0,
- "targetValue": 0,
- "resource": "string",
- "currentCellReference": "string",
- "targetCellReference": "string",
- "mergeAccountId": 0,
- "pluginConfigurationId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "groups",
- "results": [
- {
- "id": 0,
- "name": "string",
- "organizationId": 0,
- "parentId": 0,
- "depth": 0,
- "order": 0,
- "isPublic": true,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object |
{- "group": {
- "name": "string",
- "parent_id": 0,
- "is_public": true,
- "order": 0
}
}{- "entity": "groups",
- "results": {
- "id": 0,
- "name": "string",
- "organizationId": 0,
- "parentId": 0,
- "depth": 0,
- "order": 0,
- "isPublic": true,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "entity": "groups",
- "results": {
- "id": 0,
- "name": "string",
- "organizationId": 0,
- "parentId": 0,
- "depth": 0,
- "order": 0,
- "isPublic": true,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object |
{- "group": {
- "name": "string",
- "parent_id": 0,
- "is_public": true,
- "order": 0
}
}{- "entity": "groups",
- "results": {
- "id": 0,
- "name": "string",
- "organizationId": 0,
- "parentId": 0,
- "depth": 0,
- "order": 0,
- "isPublic": true,
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
| sort[field] | string Example: sort[field]=created_at Field to sort by (e.g. name, created_at, resource) |
| sort[direction] | string Enum: "asc" "desc" Example: sort[direction]=desc Sort direction |
| filter[resource] | string Filter by resource type (e.g. objectives, metrics, tactics) |
| filter[is_public] | boolean Filter by visibility |
| filter[name] | string Filter by name (case-insensitive partial match) |
{- "entity": "saved_views",
- "results": [
- {
- "id": 0,
- "name": "string",
- "resource": "metrics",
- "filter": { },
- "columns": [
- "string"
], - "organizationId": 0,
- "userId": 0,
- "sortField": "string",
- "sortDirection": "asc",
- "isPublic": true,
- "isTemplated": true,
- "resourceIds": [
- 0
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object |
{- "saved_view": {
- "name": "string",
- "resource": "metrics",
- "filter": { },
- "columns": [
- "string"
], - "sort_field": "string",
- "sort_direction": "asc",
- "is_public": true
}
}{- "entity": "saved_views",
- "results": {
- "id": 0,
- "name": "string",
- "resource": "metrics",
- "filter": { },
- "columns": [
- "string"
], - "organizationId": 0,
- "userId": 0,
- "sortField": "string",
- "sortDirection": "asc",
- "isPublic": true,
- "isTemplated": true,
- "resourceIds": [
- 0
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
| include[] | string Value: "resource" Expand related resources; use include[]=resource to return resourceIds |
{- "entity": "saved_views",
- "results": {
- "id": 0,
- "name": "string",
- "resource": "metrics",
- "filter": { },
- "columns": [
- "string"
], - "organizationId": 0,
- "userId": 0,
- "sortField": "string",
- "sortDirection": "asc",
- "isPublic": true,
- "isTemplated": true,
- "resourceIds": [
- 0
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | integer |
required | object |
{- "saved_view": {
- "name": "string",
- "filter": { },
- "columns": [
- "string"
], - "sort_field": "string",
- "sort_direction": "asc",
- "is_public": true
}
}{- "entity": "saved_views",
- "results": {
- "id": 0,
- "name": "string",
- "resource": "metrics",
- "filter": { },
- "columns": [
- "string"
], - "organizationId": 0,
- "userId": 0,
- "sortField": "string",
- "sortDirection": "asc",
- "isPublic": true,
- "isTemplated": true,
- "resourceIds": [
- 0
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| page[page] required | integer >= 0 Zero-based page number. |
| page[limit] required | integer [ 1 .. 500 ] Number of records per page. Maximum 500. |
{- "entity": "users",
- "results": [
- {
- "id": 0,
- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "activeOrganizationId": 0,
- "lastLogin": "2019-08-24",
- "lastRemindedAt": "2019-08-24T14:15:22Z",
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "preferredDateRange": "quarter",
- "hasLoggedIn": true
}
], - "metadata": {
- "next": "page%5Blimit%5D=25&page%5Bpage%5D=1",
- "page": 0,
- "limit": 25,
- "offset": 0,
- "totalPages": 4,
- "totalObjects": 100
}
}required | object |
{- "user": {
- "email": "user@example.com",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "preferred_date_range": "quarter"
}
}{- "entity": "users",
- "results": {
- "id": 0,
- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "activeOrganizationId": 0,
- "lastLogin": "2019-08-24",
- "lastRemindedAt": "2019-08-24T14:15:22Z",
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "preferredDateRange": "quarter",
- "hasLoggedIn": true
}
}{- "entity": "users",
- "results": {
- "id": 0,
- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "activeOrganizationId": 0,
- "lastLogin": "2019-08-24",
- "lastRemindedAt": "2019-08-24T14:15:22Z",
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "preferredDateRange": "quarter",
- "hasLoggedIn": true
}
}| id required | integer |
required | object (UserAttributes) |
{- "user": {
- "email": "user@example.com",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "preferred_date_range": "quarter"
}
}{- "entity": "users",
- "results": {
- "id": 0,
- "email": "user@example.com",
- "firstName": "string",
- "lastName": "string",
- "title": "string",
- "activeOrganizationId": 0,
- "lastLogin": "2019-08-24",
- "lastRemindedAt": "2019-08-24T14:15:22Z",
- "discardedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "preferredDateRange": "quarter",
- "hasLoggedIn": true
}
}