Get a member invitation
Retrieve details of a member invitation specified by ID for this Organization.
承認
The access token received from the authorization server in the OAuth 2.0 flow.
パスパラメータ
The id of the member invitation
^uinv_[A-Za-z0-9]{16}$クエリパラメータ
Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields. Note: you cannot filter on ticket_id and this value will only be returned when fields are not filtered.
1 - 255^(id|organization_id|inviter|invitee|identity_provider_id|created_at|expires_at|roles|invitation_url)(,(id|organization_id|inviter|invitee|identity_provider_id|created_at|expires_at|roles|invitation_url))*$Whether specified fields are to be included (true) or excluded (false). Defaults to true
レスポンス
Get Member Invitation for an Organization by Id.
The id of the member invitation
^uinv_[A-Za-z0-9]{16}$Organization identifier.
^org_[A-Za-z0-9]{16}$Identity provider identifier.
^con_[A-Za-z0-9]{16}$The ISO 8601 formatted timestamp representing the creation time of the invitation.
The ISO 8601 formatted timestamp representing the expiration time of the invitation.
The ID of a role that can be assigned to a member of an organization.
^rol_[A-Za-z0-9]{16}$The invitation url to be sent to the invitee.
The ID of the invitation ticket.