Remove users from a tenant with the Financial Consolidation API. Maintain security best-practices by removing users that no longer work with Financial Consolidation. If the user is listed in other tenants, they need to be removed from those tenants.
Automate user removal from the system with the Financial Consolidation API.
Method and endpoint
/users/{username}
Parameters
Parameter | Description |
{username} | The Financial Consolidation app username, not the user's email address. |
Curl example
curl --location --request DELETE 'https://fluenceapi-prod.fluence.app/api/v2305.1/users/wile.e.coyote@acme.com' \
--header 'TENANT: CustomerTenant' \
--header 'X-API-TOKEN: 73ca5973-ce3e-4cc6-b2d4-b09a99770ccf'
Response
For security purposes, this request always generates a 200 OK
response, even if the user does not exist. Use the Get user information request to validate the deletion.