Emergency contacts

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/users/emergency-contacts
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Required
phonestringRequired
emailstring · email · max: 254Required
relationshipstring · max: 50Required
Responses
post
/api/users/emergency-contacts
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200Success
application/json
get
/api/users/emergency-contacts/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Required
phonestringRequired
emailstring · email · max: 254Required
relationshipstring · max: 50Required
Responses
chevron-right
200Success
application/json
put
/api/users/emergency-contacts/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/api/users/emergency-contacts/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
first_namestring · max: 50Optional
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Optional
phonestringOptional
emailstring · email · max: 254Optional
relationshipstring · max: 50Optional
Responses
chevron-right
200Success
application/json
patch
/api/users/emergency-contacts/{id}
200Success