NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Profile information REST Endpoints

Profiles/Profile information
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/{accountId}/photo
Retrieve a resident profile
Method: get
Path: /spms/v1/resident/{id}
Retrieve a visitor profile
Method: get
Path: /spms/v1/visitor/{id}
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
Update guest profile details
Method: post
Path: /spms/v1/guest/infoUpdate
Upload a profile photo
Method: post
Path: /spms/v1/guest/photo