PUT
/
v2
/
clients

Authorizations

Authorization
string
header
required

Workspace secret API key, found in the workspace settings page (top left).

Body

application/json
canAccess
enum<string>[]

List of hrefs the client can access.

Available options:
/overview,
/home,
/convos,
/analytics,
/kb,
/settings
dashboardPassword
string

Password for the client's dashboard (used as password to signin on dashboard).

email
string

The email address of the client (used as username to signin on dashboard).

isOrgAdmin
boolean

Indicates if the client is an organization admin.

name
string

The name of the client.

notificationsSettings
object

Notification settings for the client.

orgId
string

The org ID associated with the client.

squarePhotoURL
string

URL to the square photo of the client.

Response

200 - application/json
message
string
success
boolean