Boundary controller HTTP API
User Service
Lists all Users.
Query Parameters
scope_id
string
recursive
boolean
filter
string
list_token
string
An opaque token that Boundary uses to continue an existing iteration or request updated items. If you do not specify a token, pagination starts from the beginning. To learn more about list pagination in Boundary, refer to list pagination.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the default page configured, the page size will be truncated to this number..
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[]
Lists all Aliases which point to a resource for which the requester has some permission.
Path Parameters
id
string
RequiredQuery Parameters
list_token
string
An opaque token used to continue an existing iteration or request updated items. If not specified, pagination will start from the beginning.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the default page configured, an error will be returned.
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[]