You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to perform a GET against /api/v1/users.list with no query parameters, the following response is returned for users who do not have a role that includes the "View Full Other User Info" permission:
If a user has a role that includes the "View Full Other User Info" permission, then the error does not occur and a list of users is returned as expected.
Steps to reproduce:
perform a GET against /api/v1/users.list as a user that has no roles that include the "View Full Other User Info" permission
RC 4.7.4 seems to suffer from this too.
Edit: Ignore regarding 4.7.4. My bad. Something other has just changed in the parameters or their syntax. And more likely in what sort of hyphens can be read.
Description:
When trying to perform a GET against /api/v1/users.list with no query parameters, the following response is returned for users who do not have a role that includes the "View Full Other User Info" permission:
{
"success": false,
"error": "Invalid attribute: emails.address [error-invalid-query]",
"errorType": "error-invalid-query"
}
If a user has a role that includes the "View Full Other User Info" permission, then the error does not occur and a list of users is returned as expected.
Steps to reproduce:
Expected behavior:
a list of users is returned
Actual behavior:
an error is returned:
{
"success": false,
"error": "Invalid attribute: emails.address [error-invalid-query]",
"errorType": "error-invalid-query"
}
I did not have this problem with 4.7.0.
Server Setup Information:
The text was updated successfully, but these errors were encountered: