NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve a profile photo

get

/spms/v1/guest/{accountId}/photo

This is to retrieve a profile photo

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns selected Profile Photo in jpeg format
Body ()
Root Schema : schema
Type: string(byte)

204 Response

No profile photo is available

401 Response

You are not authorized to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

You are forbidden to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occurred while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway

503 Response

Service not available
Back to Top