uPrism.io
HomePlan 안내Blog
1.0.0-Ko
1.0.0-Ko
  • uPrism API 개발자 가이드 문서
  • 사용 플로우
  • 인증
    • Access Token
    • Authentication
  • Sample
    • 채팅 프로그램
  • REST API
    • Conference
      • Get Conference List
      • Join Conference
      • Create Conference
      • Update Conference
      • Delete Conference
    • Sub User
      • Get Sub User List
      • Create Sub User
      • Update Sub User
      • Delete Sub User
    • Address
      • Get Address List
      • Create Address
      • Update Address
      • Delete Address
      • Get Address Group List
      • Create Address Group
      • Update Address Group
      • Delete Address Group
    • Invite
      • Send Invite Mail
    • Logs
      • Get Conference Logs
    • Statistics
      • Get Conference Statistics
      • Get User Conference Statistics
    • Recording
      • Get Recording List(All)
      • Get Recording List
      • Download Recording File (FileName)
      • Download Recording File (SeqNo)
      • Delete Recording File
    • Organization
      • Post Organization
  • SDK
Powered by GitBook
On this page

Was this helpful?

  1. REST API
  2. Invite

Send Invite Mail

회의 초대 메일 발송 API

Send Invite Mail

POST https://uprism.io:30443/v1/users/{userId}/invite/conference/{roomId}

회의 초대 메일 발송

Path Parameters

Name
Type
Description

roomId

string

회의 ID

userId

string

회의 개설자 ID

Headers

Name
Type
Description

Authorization

string

"Bearer " + {AccessToken}

Request Body

Name
Type
Description

mail_list

string

1명 : 이름|이메일 여러명 : 이름|이메일,이름|이메일,이름|이메일 형식으로 data 전달

locale

string

ko: 한국어 en: 영어

{
    "code": 200,
    "message": "success",
    "response": null
}

PreviousInviteNextLogs

Last updated 4 years ago

Was this helpful?