Thanks for that. I have tried similar way to query the all members under a group but unfortunately it didn't return anything I expected.
From the https://www.ibm.com/docs/en/cognos-analytics/11.1.0?topic=apis-rest-api
IBM® Cognos® Analytics includes REST APIs to perform create, read, update, and delete operations on Cognos Analytics data, in compliance with OData Version 4 (http://www.odata.org/documentation).
It seems to support OData4 but I can't make any query option work. Do you have any example to show how to work on users in a group? Thanks.
https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptiontop
------------------------------
mvp morgan
------------------------------
Original Message:
Sent: Mon March 20, 2023 08:59 AM
From: Paul Mendelson
Subject: Get User CAMID(searchPath) from REST API
Try something like this:
URL: GATEWAY+'/v1/namespaces/'+ NamespaceID+'/search'
params:
- types=account
- method=contains
- fields=id,userName,surname,givenName,email,searchPath
- filter=searchTerm
this is against the pm2 environment:

------------------------------
Paul Mendelson
Original Message:
Sent: Sun March 19, 2023 03:13 AM
From: mvp morgan
Subject: Get User CAMID(searchPath) from REST API
I can query now but looks like there is one mintue timeout setting by default as there are too many members in the group. Does anyone know the timeout setting or possible paginated query via REST? Thanks.
------------------------------
mvp morgan
Original Message:
Sent: Mon March 13, 2023 01:04 AM
From: mvp morgan
Subject: Get User CAMID(searchPath) from REST API
Hi, team. Just wondering if we can make a REST api call to get a user's CAMID by defaultName or email, which would be quite convenient to connect back to Planning Analytics. Thanks.
By the way, in CA 11.1, looks like REST API returns nothing by call members of a folder like this /groups/{id}/members? The id here is the folder ID.
------------------------------
mvp morgan
------------------------------