Census
Integrating Census with Osano
Connecting to Census
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Required Fields
- API Key
Instructions for obtaining your API Key
You will probably need to reachout to Census support to get your Organization API token. Note that this token is in your Census user settings page under the Personal Access Token section.
Core Functionality
- Data Discovery
- User Search
- Data Deletion
Base URL
https://app.getcensus.com/api/v1/
Auth
- oauth
- apiKey
Basic authentication
Endpoints
GET /users
returns a pagniated list of all user details for the current organizationGET /users/:userId
returns a single user details for the current organizationDELETE /users/:userId
deletes a single user from the current organization
User Search
- name
- phoneNumber
- address
- birthday
- userId
Data Deletion
This request will delete the user from a Census organization. This action cannot be undone.
Last Modified: 2024-04-26