Skip to content

POST healthprofessionals

JeffMedeiros edited this page Nov 29, 2019 · 1 revision

Description

Register a new health professional.

Permissions:

  • Only Admin user can do this.

Scope

healthprofessionals:create

URL

POST https://localhost/v1/healthprofessionals

Request body

{
  "username": "healthprofessional01",
  "password": "mys3cr3tp4ss",
  "institution_id": "5a62be07de34500146d9c624"
}

Curl example

curl -X POST "https://localhost/v1/healthprofessionals" -H "accept: application/json" -H "Authorization: Bearer YOUR_ACCESS_TOKEN" -H "Content-Type: application/json" -d "{"username":"healthprofessional01","password":"mys3cr3tp4ss","institution_id":"5a62be07de34500146d9c624"}"

Response body

OCARIoT users

Integration endpoints

auth

users

institutions

children

children.physicalactivities

children.logs

children.sleep

children.weights

children.bodyfats

educators

educators.children.groups

families

families.children

healthprofessionals

healthprofessionals.children.groups

applications

institutions.environments

fitbit

fitbit.subscriber

users.fitbit.auth

users.fitbit.sync

Error patterns

400 Validation Errors

Clone this wiki locally