Skip to main content
POST
Update Project Users

Permissions

Requires Vault API and Vault sharing permissions.

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string<uuid>
required

The unique identifier of the Vault project

Body

application/json
users
object[]
required

The list of users and their desired access levels to add or update. Users omitted from this list are left unchanged.

Response

Project users successfully updated

status
enum<string>
required

Status of the request

Available options:
COMPLETED
data
object
required