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: 영어
Last updated
Was this helpful?