Hi,
I am trying to retrieve member information about a specific member using the /api/v2/members method of the api using Java code. I can retrieve the otcs ticket with /api/v1/auth. Using that ticket, I'm able to retrieve member info about the authenticated user using /api/v1/auth and server info using /api/v1/serverinfo.
For the members call, I'm using the parameter where_name=****. I pass that parameter the same way I pass the user id and password parameters to get the authentication ticket. When I do that I get this error: "Could not process object, invalid action 'create'."
If I pass the where_name as part of the URL, there is no error, but it seems to be ignored and I get back a semi-complete list of users. Note that the where_type parameter works with members but as part of the URL.
Has anyone had success with the api/v2/members call?
Thanks.