Boundary Controller HTTP API
User Service
Lists all Users.
Query Parameters
scope_id
string
recursive
boolean
filter
string
Creates a single User.
Body Parameters
scope_id
string
The ID of the Scope this resource is in.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
Gets a single User.
Path Parameters
id
string
RequiredDeletes a User.
Path Parameters
id
string
RequiredUpdates a User.
Path Parameters
id
string
RequiredBody Parameters
scope_id
string
The ID of the Scope this resource is in.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
Associates an Account to a User.
Path Parameters
id
string
RequiredBody Parameters
version
integer
The version ensures the User hasn't changed since it was last retrieved and if it has the request will fail.
account_ids
string[]
Removes the specified Accounts from being associated with the provided User.
Path Parameters
id
string
RequiredBody Parameters
version
integer
The version ensures the User hasn't changed since it was last retrieved and if it has the request will fail.
account_ids
string[]
Set the Accounts associated to the User to exactly the list of provided in the request, removing any Accounts that are not specified.
Path Parameters
id
string
RequiredBody Parameters
version
integer
The version ensures the User hasn't changed since it was last retrieved and if it has the request will fail.
account_ids
string[]