Activity Streams API
These APIs are used to get details about user activities and change logs from the database with pagination. It helps track, monitor, and review actions taken by users or services within the system in a structured and time-stamped manner.
User Activities API:
- user activities (e.g., type and time of activity, devices, and location details) in cidaas system.
- API: /activity-streams-srv/user-activities
Changelogs API:
- changelogs (e.g. groups or roles assigned to a user, or configuration changes applied on different cidaas configurations, etc.) in cidaas system.
- API: /activity-streams-srv/changelogs
The APIs are primarily used to get information about:
- Security auditing
- User activity tracking
- Monitoring system events
- Troubleshooting and historical reference
Authentication
- OAuth 2.0: OAuth2
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (clientCredentials): | Token URL: https://domain/token-srv/token Scopes:
|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
Terms of Service
https://www.cidaas.com/terms-of-use/