Update Vault Membership
PUT https://{{vaultDNS}}/api/{{version}}/objects/users/:{user_id}/vault_membership/:{vault_id}
https://developer.veevavault.com/api/24.2/#Update_Vault_Membership
Use this request to:
- Assign an existing user to a Vault in your domain.
- Remove (disable) an existing user from a Vault in your domain.
- Update the security profile and license type of an existing user.
You cannot use this request to:
- Create a new user. See Create Object Records.
- Update other user profile information. See Update Object Records.
Additional information:
- For a list of user fields and properties, see Retrieve Users.
- Learn about Creating & Managing Users and Managing Users Across Vaults in Vault Help.
Permissions
System Admins and Vault Owners can update users in the Vaults where they have administrative access. System Admins who are also Domain Admins have an unrestricted access to users across all Vaults in the domain.
Request Body
[{"name"=>"active__v", "value"=>"", "datatype"=>"null"}, {"name"=>"security_profile__v", "value"=>"", "datatype"=>"null"}, {"name"=>"license_type__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |