Get Address List
주소록 조회 API
Get Address List
GET
https://uprism.io:30443/v1/users/{userId}/address
해당 사용자의 주소록 리스트를 조회해오는 API
Path Parameters
Name | Type | Description |
---|---|---|
userId | string | 서브사용자 ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer " + {accessToken} |
Get Address List In Group
GET
https://uprism.io:30443/v1/users/{userId}/address/group/{groupName}
해당 사용자의 주소록 리스트를 조회해오는 API
Path Parameters
Name | Type | Description |
---|---|---|
userId | string | 서브사용자 ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | "Bearer " + {accessToken} |
Last updated