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
- application/json
Request Body required
- defaultSessionType DefaultSessionType
Possible values: [
Intake,Standard,Soap,Dap,Girp,Birp,Mse,Emdr,PsychiatricSoap,PsychiatricIntake]Default value:
StandardOptional 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.
- 200
- 400
- 401
- 403
Provider user updated.
- application/json
- Schema
- Example (from schema)
Schema
- userId string required
Id of updated user.
- defaultNotesType DefaultSessionType
Possible values: [
Intake,Standard,Soap,Dap,Girp,Birp,Mse,Emdr,PsychiatricSoap,PsychiatricIntake]Default value:
StandardOptional 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.
{
"userId": "d290f1ee-6c54-4b01-90e6-d701748f0852",
"defaultNotesType": "Standard"
}
Invalid request parameters.
Missing or invalid API key.
Given API key is not allowed to update user with given parameters.