Qodex.ai
Qodex.ai
Demo Call with CEOBlogIntroductionAsk Anything
Health Status
Liveness checkReadiness check
Log Ingestion
Send logs to a log stream URLSend logs to a log stream with HTTP Header
Log Stream Alerts
Set alert for a stream (composite type)Get alert for a stream
Log Stream Management
Create a log streamList all log streamsGet Schema from the StreamGet storage stats for a streamDisable cachingCheck cache enabled stateDelete a log stream
Log Stream Query
Query a log stream
Log Stream Retention
Set retention for a streamGet retention for a stream
Role Based Access Control
User Management
Create a user with a roleDelete a userReset a user's passwordList all usersGet a user's role
Role Management
Create a roleGet all rolesGet a roleSet default roleGet default role
Add role to a user
Demo Call with CEOBlogIntroductionAsk Anything
Health Status
Liveness checkReadiness check
Log Ingestion
Send logs to a log stream URLSend logs to a log stream with HTTP Header
Log Stream Alerts
Set alert for a stream (composite type)Get alert for a stream
Log Stream Management
Create a log streamList all log streamsGet Schema from the StreamGet storage stats for a streamDisable cachingCheck cache enabled stateDelete a log stream
Log Stream Query
Query a log stream
Log Stream Retention
Set retention for a streamGet retention for a stream
Role Based Access Control
User Management
Create a user with a roleDelete a userReset a user's passwordList all usersGet a user's role
Role Management
Create a roleGet all rolesGet a roleSet default roleGet default role
Add role to a user
HomeRole Based Access ControlUser Management 3

User Management

Number of APIs: 5

  1. Reset a user's password POST {{endpoint}}/api/v1/user/{{user_to_create}}/generate-new-password

  2. Create a user with a role POST {{endpoint}}/api/v1/user/{{user_to_create}}

  3. Delete a user DELETE {{endpoint}}/api/v1/user/{{user_to_create}}

  4. List all users GET {{endpoint}}/api/v1/user

  5. Get a user's role GET {{endpoint}}/api/v1/user/{{user_to_create}}/role

Previous
Role Based Access Control
Next
Create a user with a role