User account lifetime
The Users API and its underlying services are currently being updated to accommodate better solutions for managing users and their data.
Account deletion
A user account may be deleted by the user themselves through the ordering application, or by an administrator using Navigator or the API.
When account deletion is requested, the account is immediately and irreversibly disabled and stripped of login methods. Any personal data associated with the user account is kept for auditing purposes for an additional amount of time before it is also deleted.
Identifying a deleted account
The deletionRequestedAtUtc property in the user information responses can be used to identify users that have requested account deletion. If the property is defined, account deletion was requested at the specified timestamp.
{
...
"deletionRequestedAtUtc": "2024-10-30T16:33:38.529788Z",
...
}