Insights Access Groups allow you to manage classic Insights access for users. An Insights Access Group Membership represents the connection of a user to an Insights Access Group.
Note: To manage access to dynamic Insights, use Access Group Memberships instead.
This endpoint returns structured Insights Access Group Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the insights_access_group_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "insights_access_group_memberships": {
- "property1": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}, - "property2": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
Adds a user to an Insights Access Group. Only Account Administrators can add users to Insights Access Groups.
This endpoint returns structured Insights Access Group Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the insights_access_group_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "insights_access_group_membership": {
- "user_id": 0,
- "insights_access_group_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "insights_access_group_memberships": {
- "property1": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}, - "property2": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Insights Access Group Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the insights_access_group_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "insights_access_group_memberships": {
- "property1": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}, - "property2": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
Only Account Administrators can update Insights Access Group Memberships.
Note: To move a user from one Insights Access Group to another, delete the existing Access Group Membership, then create a new one.
This endpoint returns structured Insights Access Group Membership objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the insights_access_group_memberships
top-level JSON key.
Please see our Response Format section for more information.
{- "insights_access_group_membership": {
- "can_edit": true
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "insights_access_group_memberships": {
- "property1": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}, - "property2": {
- "account_permission": "string",
- "can_edit": true,
- "created_at": "2019-08-24T14:15:22Z",
- "insights_access_group_id": 0,
- "insights_access_group_name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "user_name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
Removes a user from an Insights Access Group. Only Account Administrators can delete Insights Access Group Memberships.
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Insights Access Group Membership has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}