보드에 사용자 초대
POST
https://www.elephantcodingclub.site/api/boards/{boardId}/invited
Path Parameters
Name | Type | Description |
---|---|---|
boardId* | Long | 보드 식별값 |
Cookies
Name | Type | Description |
---|---|---|
AccessToken* | String | JWT 토큰값 |
RefreshToken* | String | JWT 토큰값 |
Request Body
Name | Type | Description |
---|---|---|
inviteUsers* | List<String> | 초대할 유저 리스트 |
사용자에게 이메일 인증을 위한 메일 전송 메서드
GET
https://www.elephantcodingclub.site/api/auth/email/{userEmail}/invited
Path Parameters
Name | Type | Description |
---|---|---|
userEmail* | String | 인증 요청한 이메일 주소 |
이메일 인증 번호 확인
POST
https://www.elephantcodingclub.site/auth/email/{userEmail}/checked
Path Parameters
Name | Type | Description |
---|---|---|
userEmail* | String | 인증 요청한 이메일 주소 |
Request Body
Name | Type | Description |
---|---|---|
password* | String | 인증번호 |
Last updated