Get details of a single invitation.

Required entitlement: inviteUser

External Documentation

To learn more, visit the IBM Security Verify documentation.

Parameters

ParameterDescription
Trx IDThe transaction identifier of the required invitation.

Example Output

{
	"trxId": "string",
	"email": "string",
	"realm": "cloudIdentityRealm",
	"adopterId": "string",
	"stateId": "string",
	"groups": [
		"string"
	],
	"expiration": "string"
}

Workflow Library Example

Get Invitation with Ibm Security Verify and Send Results Via Email

Preview this Workflow on desktop