Skip to main content
POST
メンバー招待を作成

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ヘッダー

auth0-custom-domain
string

ボディ

application/json
invitees
object[]
必須
Required array length: 1 - 10 elements
identity_provider_id
string

アイデンティティプロバイダーの識別子。identity_provider_id または user_store_id の少なくとも一方を指定する必要があります。

Pattern: ^con_[A-Za-z0-9]{16}$
inviter
object
ttl_sec
integer
デフォルト:604800

招待の有効期限が切れるまでの有効秒数。指定しない場合、または 0 に設定した場合、この値はデフォルトで 604800 秒(7 日)になります。最大値: 2592000 秒(30 日)。

必須範囲: 0 <= x <= 2592000

レスポンス

Organizationのメンバー招待を作成します。

created_at
string<date-time>

招待の作成日時を表すISO 8601形式のタイムスタンプ。

expires_at
string<date-time>

招待の有効期限を表すISO 8601形式のタイムスタンプ。

id
string
read-only

メンバー招待のID

Pattern: ^uinv_[A-Za-z0-9]{16}$
identity_provider_id
string
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$
invitation_url
string<uri>

被招待者に送信する招待URL。

invitee
object
inviter
object
organization_id
string
read-only

組織ID。

Pattern: ^org_[A-Za-z0-9]{16}$
roles
string[]
read-only

組織のメンバーに割り当て可能なロールの ID。

Pattern: ^rol_[A-Za-z0-9]{16}$
ticket_id
string

招待ticketのID。