Get Address List
API to retrieve the address book list of the user
Get Address List
GET
https://uprism.io:30443/v1/users/{userId}/address
API to retrieve the address book list of the user
Path Parameters
Name
Type
Description
userId
string
user 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 to retrieve the list of contacts from the user's group
Path Parameters
Name
Type
Description
userId
string
user ID
Headers
Name
Type
Description
Authentication
string
"Bearer" + {accessToken}
Last updated
Was this helpful?