Skip to main content
PUT
Add or remove Accounts to the List of Accounts a user can access.

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

Query Parameters

removal
boolean
default:false

True if access is to be removed

Body

application/json

The list of accounts to either remove or add.

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[]