Skip to main content

List Pending Invitations in Organization

GET 

/v1/organizations/:organizationId/invitations

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

Request

Path Parameters

    organizationId uuidrequired

    The identifier of the Organization.

Responses

Schema

  • Array [

  • invitationId uuid

    The identifier of the Invitation.

    email stringnullable

    The invited user's email address.

    productId uuid

    The identifier of the Product the user was invited to.

    productName stringnullable

    The name of the Product the user was invited to.

    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.

    expires date-time

    Expiration time of the Invitation.

  • ]

Loading...