Skip to content

PATCH health professional by ID

JeffMedeiros edited this page Nov 29, 2019 · 1 revision

Description

Updates a health professional data.

Permissions:

  • Admin user can update information from any Health Professional.

  • Health professionals users can update only their own information.

Scope

healthprofessionals:update

URL

PATCH https://localhost/v1/healthprofessionals/{healthprofessional_id}

Parameters

healthprofessional_id: string (A 24-byte hex ID)

Request body

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

Curl example

curl -X PATCH "https://localhost/v1/healthprofessionals/5a62be07de34500146d9c544" -H "accept: application/json" -H "Authorization: Bearer YOUR_ACCESS_TOKEN" -H "Content-Type: application/json" -d "{"username":"new_hprof_username"}"

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