User
The User API provides endpoints for managing users in the system. These endpoints allow you to create, retrieve, update, and delete user accounts, as well as manage their associated data and permissions.
Authentication
All User API endpoints require authentication using the ONLIVESITE authentication scheme. Include the following header in all requests:
Authorization: ONLIVESITE Credential:ONLIVEAccessKeyId, Signature=CalculatedSignature
Available Endpoints
User Management
- Create User - Create a new user account
- Get User - Retrieve a specific user's details
- List Users - Get a paginated list of users with optional filters
- Update User - Modify an existing user's information
- Delete User - Remove a user account from the system
Common Use Cases
- User account creation and management
- User profile updates
- User search and filtering
- Bulk user operations
- User authentication verification
For detailed information about specific operations, please refer to the individual endpoint documentation sections.