Partially Update a User

Partially updates the details of an existing user within a site using the provided patch data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique ID of the site containing the user

string
required

The unique ID of the user to update

Body Params

Partial user data to update the existing user

string

Name

string

User picture

string
enum
required
deprecated

Define the user type

  • user: has access to public view only

This field is deprecated and always set to 'user', as this endpoint is intended for public-view users only.

Allowed:
Responses

400

Invalid patch data provided in the request body

401

Unauthorized due to missing or expired authentication token

404

The specified user or site was not found

502

Server error prevented user update

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json