Skip to main content
POST
Update Member

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Body

application/json
email
string
required

Email of the target user.

is_locked
boolean | null

Whether to lock or unlock the user account.

workspace_seat_type
enum<string> | null

The workspace seat type

Available options:
workspace_admin,
workspace_member,
workspace_lite_member

Response

Successful Response

status
string
required

The status of the workspace member update request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.