SpaceMediaSpaceMedia
Endpoint referenceUsers

Update User Profile Photo

POST
/api/v1/users/{user_id}/profile-photo

Upload a replacement profile photo for an organization user by user_id. Send the image as multipart form data and use the returned user profile for subsequent display or audit purposes.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

user_id*string

Public user reference returned by the API.

Formatuuid

Request Body

multipart/form-data

Multipart request payload.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?