We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to show the full name of users in the Chatbox so we need the full name of members. currently we are showing title.
curl:
curl 'http://localhost:8084/apiv1/members/1' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsImlhdCI6MTU0MzkxOTc1MywiZXhwIjoxNTQ0MDA2MTUzfQ.eyJpZCI6MSwicm9sZXMiOlsibWVtYmVyIl0sImVtYWlsIjoidXNlcjFAZXhhbXBsZS5jb20iLCJuYW1lIjoiVXNlcl8xIiwicmVmZXJlbmNlSWQiOjIsInNlc3Npb25JZCI6ImQ1OGQ0NTkzLTNmM2MtNGUwOS1iY2I1LWMxNDcyZDQyZjNkYSJ9.RKBFH2RWoqxNuSnYKoSLv2a35GNbl7ru2qEC8aY4rKU'
response:
{ "email":null, "addToRoom":true, "showPhone":false, "administratorOf":[ // ... ], "phone":null, "showEmail":false, "title":"User_1", "referenceId":2, "id":1, "rooms":[ // ... ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to show the full name of users in the Chatbox so we need the full name of members.
currently we are showing title.
curl:
response:
The text was updated successfully, but these errors were encountered: