Profile Information REST Endpoints

Profiles/Profile Information
The operations from the Profiles/Profile Information category.
Create a profile photo
Method: post
Path: /spms/v1/guest/photo
Retrieve a crew profile
Method: get
Path: /spms/v1/crew/{id}
Retrieve a profile photo
Method: get
Path: /spms/v1/guest/{profileId}/photo
Retrieve a resident profile
Method: get
Path: /spms/v1/resident/{id}
Retrieve a visitor profile
Method: get
Path: /spms/v1/visitor/{id}
Retrieve crew profile with criteria search
Method: get
Path: /spms/v1/crew
Retrieve profile details for a guardian associated to a minor
Method: get
Path: /spms/v1/Profiles/{id}/Guardians
Retrieve visitor profile with criteria search
Method: get
Path: /spms/v1/visitor
Update a profile photo
Method: put
Path: /spms/v1/guest/{profileId}/photo