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
.
Field | Description |
---|---|
|
Identifier |
|
IP-the address of the initiator of the request. |
|
The ID of the administrator who created the invitation. |
|
Login of the administrator who created the invitation. |
|
Request Status:
|
|
Error text. |
|
The domain of the invited user. |
|
The ID of the invited user. |
|
Login of the invited user. |
|
Email an invited user. |
|
URL pages of the first connection to change the password. |
|
Timestamp of request creation/modification. |
|
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. |