List all invitations.

Entitlements required: inviteUser (Invite user).

This API is a public preview and is enabled for a tenant that includes invite user beta support.

Searching, sorting, and paging are supported. A maximum of 1000 records are returned for a search query. By default up to 200 records are returned, unless you specify the pagination limit to return.

Example search query:

search=email="[email protected]"&sort=+email&pagination=limit=1000&page=1
The search query URL encoded:
search=email%3D%22bob%40mailinator.com%22&sort=%2Bemail&pagination=limit%3D1000%26page%3D1


Always URL encode query parameter values to ensure that they do not become malformed during transmission.

Language
URL