Create a user
Authorizations:
bearer
Request Body schema: application/jsonrequired
The user parameter
externalUserId | string A unique case-insensitive key for the user. |
Responses
Request samples
- Payload
Content type
application/json
{- "externalUserId": "string"
}
Response samples
- 200
- 400
Content type
application/json
{- "id": "string",
- "externalUserId": "string"
}
Delete user
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.
Authorizations:
bearer
query Parameters
UserId | string or null <guid> The User ID to delete |
ExternalUserId | string or null The External User ID to delete |
Responses
Response samples
- 400
Content type
application/json
{- "type": "string",
- "title": "string",
- "status": 0,
- "traceId": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}