Skip to main content

Get pending invitation

Returns a pending invitation queued for an organization

Path Parameters
    org_id string required
    id string required
Responses

A successful response.


Schema
    invitation object
    id string

    The unique invitation identifier.

    user_id string

    The user email of the invited user.

    org_id string

    The organization id to which the user is invited.

    group_ids string[]

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

    metadata object

    The metadata of the invitation.

    created_at date-time

    The time when the invitation was created.

    expires_at date-time

    The time when the invitation expires.

    role_ids string[]

    The list of role ids to which the user is invited in an organization.

Loading...