system/PwdResetRequests

A collection of invitations to register users and connect to the system.

Created by the mware microservice. It is also used by the ws microservice when servicing requests to the /rest/v1/iam/invites.

Contained only in the master domain.

Storage Type: runtime.

Table 1. Class fields
Field Description

id

Identifier

remoteIp

IP-the address of the initiator of the request.

inviterId

The ID of the administrator who created the invitation.

inviterLogin

Login of the administrator who created the invitation.

status

Request Status:

  • initial - the request has been created.

  • sent - letter sent.

  • error - mailing error.

statusText

Error text.

domain

The domain of the invited user.

userId

The ID of the invited user.

userLogin

Login of the invited user.

email

Email an invited user.

url

URL pages of the first connection to change the password.

ts

Timestamp of request creation/modification.

ttl

The lifetime of the request in seconds. It is counted from the moment of creation or last modification (field 'ts'). When it expires, the request is automatically deleted.