Skip to main content

List Pending Invitations in Product

GET 

/v1/products/:productId/invitations

This endpoint returns the list of pending invitations within the given Product identified by the productId parameter.

Request

Path Parameters

    productId uuidrequired

    The identifier of the Product.

Responses

Schema

  • Array [

  • invitationId uuid

    The identifier of the Invitation.

    email stringnullable

    The invited user's email address.

    permissionGroupId int64

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

    createdAt date-time

    Creation time of the Invitation.

    expired boolean

    Determines whether the Invitation is expired.

  • ]

Loading...