Delete User
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
Preview this Workflow on desktop