Skip to main content

Migrating a team vault to another team

Users who are vault trustees on multiple teams can use the Team Vault: Update request to migrate a team vault to another team.

  1. From the home page, click Manage resources.

  2. Select the Team Vault: Update request.

  3. Select a vault.

    3459.png

    Click Next .

  4. Select a team that will take over management of this vault.

    3460.png
  5. Click Submit.

    Bravura Security Fabric notifies authorizers to review the request if required.

  6. Click the View request link at the top of the page to view the status of the request.

API automation for team vault update

Once the API has been configured (See ”SOAP API” in Bravura Security Fabric Remote API (api.pdf) and your script has been authenticated to the API (Login or LoginEx API calls), the WF API calls can be used to create an API request.

Use the WFPDRSubmit function to create a workflow request and submit the request for publishing.

When submitting a request, use ”UPDATE_VAULT_SYSTEM” as the PDR ID. The request uses the following attributes:

attrkey

value

MS_ID

The ID of the team vault.

MS_NAME

The name of the team vault.

MS_TEAM

The team that the team vault will be assigned to.

UPDATE_VAULT_SYSTEM batch request sample

"MS_ID","MS_NAME","MS_TEAM" 
"VAULT-000000","VAULT-000001","TEAM-000000"