Skip to main content
POST
Replace a User’s Access to Conductor Accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userEmail
string
required

The user’s email

Body

application/json

The list of accounts the user has access to after the operation.

A list of accounts this user has or will have access to

accounts
integer[]

Response

The accounts the user has access to after the operation.

A list of accounts this user has or will have access to

accounts
integer[]