v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Users

Update a user (legacy)

put/users/{user_id}

Path parameters

user_idstring required

The id of the user to be updated.

Request body

firstnamestring

The first name of the user.

Optional

lastnamestring

The last name of the user.

Optional

new_emailstring

The email address of the user.

Optional

status'active' | 'inactive'
  • active: Active user.
  • inactive: Inactive user.
seat_type'full' | 'free' | 'lite'

Response

A successful response.

S12ThepubV1UpdateUserResponse required

Result returned from UpdateUser