Local Directory

Search

List invitations for a directory, with optional status filter. Search invitations with filters (directory, status).

post/api/v1/search/local-directory-invitations

Request body

directoryAppIdstring

The directoryAppId field.

pageSizeinteger

The pageSize field.

pageTokenstring

The pageToken field.

statusFilter'LOCAL_INVITATION_STATUS_UNSPECIFIED' | 'LOCAL_INVITATION_STATUS_PENDING' | 'LOCAL_INVITATION_STATUS_ACCEPTED' | 'LOCAL_INVITATION_STATUS_REVOKED' | 'LOCAL_INVITATION_STATUS_EXPIRED'

Optional filter by invitation status.

Response

Successful response

nextPageTokenstring

The nextPageToken field.

Changes

Changed in 2 of the 33 revisions of this API.41

    • the response property list/items/acceptedAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/createdAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/expiresAt became nullable for the status 200

      response-property-became-nullable

    • the response property list/items/updatedAt became nullable for the status 200

      response-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added