Skip to main content
PUT
Update Workspace User

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

workspace_id
string
required

The ID of the workspace.

id
string
required

The ID of the user.

Body

application/json
role
enum<string>
required
Available options:
owner,
admin,
developer,
member
Example:

"owner"

modules
enum<string>[]
Available options:
agents,
knowledge_base,
phone_numbers,
call_history,
analytics
Example:
agent_ids
string[]

The id of an existing record in the agents table.

Example:

Response

200 - application/json
data
object