GET/users/{userId}/mail/unread-count
안 읽은 메일 개수를 조회한다.
환경설정 > 알림 > 메일 > 메일함 설정에서 선택한 메일함의 안 읽은 메일 개수를 조회한다.
기본값은 전체메일함의 안 읽은 메일 수이다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
mail
mail.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 ID (URL인코딩하여 사용)
required example : me |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| count | integer | 안 읽은 메일 개수 required minimum : 0 format : int32 |
example
1{2 "count": 13763}