v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Members

List Pending Invitations in Organization

This endpoint returns the list of pending invitations within the given Organization identified by the organizationId parameter.

get/v1/organizations/{organizationId}/invitations

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

Response

invitationIdstring uuid required

The identifier of the Invitation.

emailstring nullable required

The invited user's email address.

productIdstring uuid required

The identifier of the Product the user was invited to.

productNamestring nullable required

The name of the Product the user was invited to.

permissionGroupIdinteger required

The identifier of the Permission Group the user was invited to.

createdAtstring date-time required

Creation time of the Invitation.

expiredboolean required

Determines whether the Invitation is expired.

expiresstring date-time required

Expiration time of the Invitation.