GET/users/{userId}/photo
Gets a member's photo.
Note
For how to download content using the API, see Upload or Download Files.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
user
user.read
directory
directory.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Returns the file access URL in the Location header.
Bad Request
Not Found