Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST blocked users #31

Open
maryayi opened this issue Jul 7, 2018 · 0 comments
Open

LIST blocked users #31

maryayi opened this issue Jul 7, 2018 · 0 comments

Comments

@maryayi
Copy link
Contributor

maryayi commented Jul 7, 2018

LIST /apiv1/users/blockedUsers

  • As a User I can LIST my blocked users

Capabilities

  • Filtering
  • Sorting
  • Pagination

Exceptions: N/A


Response

[
  {
    "userId": 123,
    "title": "Mahdi Aryayi",
    "username": "maryayi",
    "phoneNumber": "123456789", // null if user not allowed to share his/her number
    "email": "[email protected]" // null if user not allowed to share his/her email
  },
  {
    ...
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants