Get all user invitations with optional filtering.

Required entitlement: inviteUser

External Documentation

To learn more, visit the IBM Security Verify documentation.

Parameters

ParameterDescription
LimitThe maximum number of items to return per page.
PageSpecify the page of results to retrieve.
SearchA query to search all records by, must be in the format of {parameter} {operator} {value}.

For example:
* userName eq "john"
* name.familyName eq "Marley"

For all the supported search operators, refer to IBM API documentation.
Sort By EmailSort the results by the email property in ascending or descending order.

Example Output

{
	"total": 0,
	"limit": 0,
	"page": 0,
	"invitations": [
		{
			"trxId": "string",
			"email": "string",
			"realm": "cloudIdentityRealm",
			"adopterId": "string",
			"stateId": "string",
			"groups": [
				"string"
			],
			"expiration": "string"
		}
	]
}

Workflow Library Example

List Invitations with Ibm Security Verify and Send Results Via Email

Preview this Workflow on desktop