Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns all database users that belong to the specified project.
To use this resource, the requesting API Key must have the Project Read Only role.
This resource does not require the API Key to have an Access List.
Basic Parameters
| Parameter | Description |
|---|
| Project ID | Unique 24 hexadecimal-digit string that identifies your project. Can be retrieved using “Return All Projects”. |
Advanced Parameters
| Parameter | Description |
|---|
| Items Per Page | Number of items that the response returns per page. Default: 100. Max: 500. |
| Page Number | Number of the page that displays the current set of the total objects that the response returns. |
Example Output
{
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"results": [
{
"awsIAMType": "<string>",
"databaseName": "<string>",
"groupId": "<string>",
"labels": [],
"ldapAuthType": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"oidcAuthType": "<string>",
"roles": [
{
"databaseName": "<string>",
"roleName": "<string>"
}
],
"scopes": [],
"username": "<string>",
"x509Type": "<string>"
},
{
"awsIAMType": "<string>",
"databaseName": "<string>",
"groupId": "<string>",
"labels": [],
"ldapAuthType": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"oidcAuthType": "<string>",
"roles": [
{
"collectionName": "<string>",
"databaseName": "<string>",
"roleName": "<string>"
}
],
"scopes": [],
"username": "<string>",
"x509Type": "<string>"
}
],
"totalCount": 5
}
Workflow Library Example
Get All Database Users with Mongodb Atlas and Send Results Via Email