Profile information REST Endpoints

Profiles/Profile information
Ability to search for a profile and retrieve information of a crew.
Create a profile photo
Method: post
Path: /spms/v1/guest/photo
Retrieve a crew profile
Method: get
Path: /spms/v1/crew/{id}
Retrieve a guest profile
Method: get
Path: /spms/v1/guest/{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 guests profile with criteria search
Method: get
Path: /spms/v1/guest
Retrieve list of adult from search results
Method: get
Path: /spms/v1/guest/adults
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
Update guest profile details
Method: post
Path: /spms/v1/guest/infoUpdate