Validic
  • Solutions
    • Inform: Data Connectivity Platform
    • Impact: Remote Monitoring Platform
    • Logistics & Support
    • Mobile Solutions & HealthBridge
  • Industries
    • Hospitals & Health Systems
    • Healthcare IT Companies
    • Wellness Companies
    • Pharmaceutical Companies & CROs
    • Payers & Insurers
    • Device Manufacturers & App Developers
  • Ecosystem
  • Resources
    • Blog
    • Learning Center
  • Contact
Select Page

User Provisioning

Mar 4, 2015

Step 2: User Provisioning

Provisioning users is an ID exchange mechanism that allows your users data to remain de-identified, safe and secure. To provision users in Validic, you will need the Organization ID and Organization Access Token you received from Validic. You will identify a user to Validic via a POST call containing a non-identifiable UID and Validic will return to you a Validic user ID and user Access Token.

users

First, the user provisioning POST call requires setting HTTP headers to “Content-Type: application/json”.

Second, the CUSTOMER_USER_ID information you need to pass is your user’s identifier in your application, typically a user ID. We require using non-identifiable IDs instead of emails or names in order to remain compliant with HIPAA/PHI deidentification standards.

You need to store the corresponding USER_ID and USER_ACCESS_TOKEN from the response for the provisioned user. You will refer to them when accessing user-related API calls in the future.

The user provisioning call is made as follows:

POST https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users.json
 {
   "user": {
     "uid": "{CUSTOMER_USER_ID}"
   },
 "access_token": "{ORGANIZATION_ACCESS_TOKEN}"
 }
 201
 {
   "code": 201,
   "message": "Ok",
   "user": {
     "_id": "{USER_ID}",
     "access_token": "{USER_ACCESS_TOKEN}"
   }
 }

For full detail regarding user provisioning and user related API calls, please visit
the Users section of our API Documentation.

View More >

Recent Posts

  • Converting Patient Insight into Action: Exploring New Connections in Patient Data
  • Remote Patient Monitoring Has Failed — Now What?
  • Reducing Long Wait Times for Provider Care
  • Activating Technology as a “Force Multiplier” that Reduces Clinical Burden
  • Personalized care company Validic acquires Trapollo

Archives

  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • October 2021
  • July 2021
  • June 2021
  • April 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • March 2017
  • February 2017
  • January 2017
  • June 2016
  • January 2016
  • September 2015
  • August 2015
  • July 2015

Categories

News
Events
Awards

About

  • Blog
  • Company
  • How It Works
  • Careers

Developers

  • Inform Platform Documentation
  • Legacy Platform Documentation
  • Connect API Documentation
  • Mobile Documentation

Legal

  • Data Security Policy
  • Service Level Agreement
  • Support Policy
  • Privacy Policy
  • Terms and Conditions

Contact Us

  • Request to Become a Client
Validic

Validic Inc. is a digital health and personalized care company devoted to our mission of improving the quality of human life by making personal data actionable. With the world’s largest health IoT platform and EHR-embedded remote care application, we help healthcare organizations give every person tailored interventions and personalized care, improving healthcare efficiency and delivery, and empowering people to play an active role in their health and well-being.

Validic Twitter Validic LinkedIn

hello@validic.com
1-800-495-7934

701 W Main St, Suite 620
Durham, NC 27701

This website uses cookies to improve your user experience. By using our website, you consent to all cookies in accordance with our Privacy Policy.AcceptPrivacy policy