📄️ Authenticate
Authenticate with user and password/token.
📄️ GenerateToken
Generate random token which can be used for authorization.
📄️ RefreshToken
Refreshes the session token, returning new session and refresh tokens
📄️ GetUserDetails
Retrieve a user's information.
📄️ CreateUser
Create a new user.
📄️ GetUsers
Retrieve users' information.
📄️ UpdateUser
Update user's information and roles.
📄️ RemoveUser
Delete user from the system.
📄️ CreateRole
Create a new role.
📄️ GetRoles
Retrieve roles' information.
📄️ UpdateRole
Update a role.
📄️ RemoveRole
Remove specified role from the system.
📄️ CreateCredential
Create a new credential so ApertureDB can access specified cloud
📄️ GetCredentials
Get credentials.
📄️ UpdateCredential
Update a credential.
📄️ RemoveCredential
Remove a credential.