Skip to main content

List pending invitations

Returns all pending invitations queued for an organization

Path Parameters
    orgId string required

    unique id of the organization to which user is invited

Query Parameters
    userId string

    user_id filter is the email id of user who are invited inside the organization.

Responses

A successful response.


Schema
    invitations object[]
  • Array [
  • id string

    The unique invitation identifier.

    userId string

    The user email of the invited user.

    orgId string

    The organization id to which the user is invited.

    groupIds string[]

    The list of group ids to which the user is invited.

    metadata object

    The metadata of the invitation.

    createdAt date-time

    The time when the invitation was created.

    expiresAt date-time

    The time when the invitation expires.

  • ]
Loading...