Skip to main content

Update provider user by id

Update provider user's attributes. All request fields are optional. Deactivated users cannot be updated.

Path Parameters
  • providerUserId string required
Request Body required
  • defaultSessionType DefaultSessionType

    Possible values: [Intake, Standard, Soap, Dap, Girp, Birp, Mse, Emdr, PsychiatricSoap, PsychiatricIntake]

    Default value: Standard

    Optional default session type for the user. It determines what kind of notes is generated. For any given session, first client's default type is checked, then provider's type and if neither is specified then Standard session type is used which means generating Client Presentation, Therapeutic Intervention, Plan, Assessment, MSE, RiskAssessment notes.

  • nationalProviderIdentifier string

    Optional National Provider Identifier (NPI) number.

  • therapyLicence string

    Optional therapy license number.

Responses

Provider user updated.


Schema
  • userId string required

    Id of updated user.

  • defaultNotesType DefaultSessionType

    Possible values: [Intake, Standard, Soap, Dap, Girp, Birp, Mse, Emdr, PsychiatricSoap, PsychiatricIntake]

    Default value: Standard

    Optional default session type for the user. It determines what kind of notes is generated. For any given session, first client's default type is checked, then provider's type and if neither is specified then Standard session type is used which means generating Client Presentation, Therapeutic Intervention, Plan, Assessment, MSE, RiskAssessment notes.

Loading...