The user parameter
| externalUserId | string A unique case-insensitive key for the user. |
{- "externalUserId": "string"
}{- "id": "string",
- "externalUserId": "string"
}This will completely remove and delete the user's consents, accounts, transactions and all associated data on our platform. Deleting a user is a permanent and irreversible action, mainly used for GDPR and compliance purposes.
| UserId | string or null <guid> The User ID to delete |
| ExternalUserId | string or null The External User ID to delete |
{- "type": "string",
- "title": "string",
- "status": 0,
- "traceId": "string",
- "detail": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}This endpoint returns details about the user with the given UserId or ExternalUserId and its consents, if found.
| Id required | string The User ID or External User ID for which to get information |
{- "id": "string",
- "appId": 0,
- "externalUserId": "string",
- "consents": [
- {
- "id": "string",
- "status": 0,
- "appId": 0,
- "providerKey": "string",
- "dateTransactionsUpdated": "2019-08-24T14:15:22Z",
- "dateRefreshed": "2019-08-24T14:15:22Z"
}
], - "created": "2019-08-24T14:15:22Z"
}