Not sure which forum this belongs in, but has anyone successfully implemented a GET /users call using the Cognos 11.1.7 REST API? I am trying to use the call to return the ID of a user, but I can't figure out what the call wants. According to the documentation, it wants a parameter of:
identifier (string(query))
Unique id from Cognos Access Manager Identifier or CAMID of the user. I.e., if a user's CAMID value is CAMID("APPID:u:jdoe@ibm.com"), the value of identifier is jdoe@ibm
Is this a URL parameter sent with a question mark? Is this a body param? I have tried many variations an nothing has worked. I have to assume it is a URL param, when I don't sent it as such I get a 400 and "may not be null". But it doesn't like anything I send it.
In the process, all I have is the user name. I need to call this to get the user ID to send to other endpoints.
Thanks!