Operation | HTTP Request | Description |
---|---|---|
delete |
DELETE /v3/users/{userId} |
Delete a user from your addressbook |
get |
GET /v3/users/{userId} |
Get a user from your addressbook |
put |
PUT /v3/users/{userId} |
Update a user from your addressbook |
get |
GET /v3/users |
List users in your addressbook (paginated) |
post |
POST /v3/users |
Add a new user to your addressbook |