메인 콘텐츠로 건너뛰기
POST
/
api
/
publicapi
/
v1
/
invites
새 테넌트 초대를 생성합니다
curl --request POST \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/invites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'Model={
  "email": "jsmith@example.com",
  "tenantName": "<string>",
  "validWithin": "<string>",
  "useMySubscription": false,
  "tenantDescription": "<string>"
}' \
  --form File='@example-file'
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

인증

Authorization
string
header
필수

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

본문

multipart/form-data
Model
object

CreateAdminInviteData 모델을 참조하십시오.

File
file

응답

확인