# OryClient::InviteTokenBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invite_token** | **String** | Invite Token The Invite Token. format: uuid | | ## Example ```ruby require 'ory-client' instance = OryClient::InviteTokenBody.new( invite_token: null ) ```