Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
SCIMUserResponse |
SCIMRequest.createUser()
Create User with SCIM
Crete users with SCIM. |
SCIMUserResponse |
SCIMRequest.retrieveCurrentUser()
Retrieve Current User with SCIM
Retrieve the currently authenticated user with SCIM. |
SCIMUserResponse |
SCIMRequest.retrieveUser(String userId)
Retrieve Single User with SCIM
Retrieve a specific user with SCIM. |
SCIMUserResponse |
SCIMRequest.updateCurrentUser()
Update Current SCIM User
Update the currently authenticated user with SCIM. |
SCIMUserResponse |
SCIMRequest.updateUser(String userId)
Update SCIM User
Update User with SCIM. |
Copyright © 2021. All rights reserved.