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.
Delete a user in BigPanda.
Parameters
| Parameter | Description |
|---|
| User ID | The ID of the user to delete. |
Example Output
{
"id": "b710e234d8f6a2c123456789",
"userName": "foo@test.com",
"displayName": "foo-test",
"active": false,
"meta": {
"created": "2023-04-29T09:13:25.477Z",
"location": "https://api.bigpanda.io/resources/v2.0/scim/Users/b710e234d8f6a2c123456789"
},
"schemas": [
"urn:scim:schemas:core:1.0"
]
}
Workflow Library Example
Delete User with Bigpanda and Send Results Via Email