Update Member

POST
/v1/workspace/members

Updates attributes of a workspace member. Apart from the email identifier, all parameters will remain unchanged unless specified. This endpoint may only be called by workspace administrators.

Request

This endpoint expects an object.
emailstringRequired

Email of the target user.

is_lockedbooleanOptional

Whether to lock or unlock the user account.

workspace_role"workspace_admin" or "workspace_member"Optional
Allowed values: workspace_adminworkspace_member

Role dictating permissions in the workspace.

Response

Successful Response

Built with