Possible to isolate data of users with specific attributes? (Postman API)

Options

Hi all!

I'm currently exploring building APIs using Postman. With the resources available, I was able to call User data and Attributes separately using the following actions:

GET /d2l/api/lp/(version)/users/

GET /d2l/api/lp/(version)/attributes/users/(userId)

I wasn't able to find a way to generate a list of ALL users and their attributes. All the attribute actions seem to target a specific user. Is it possible to get a list of UserId of users with specific attributes?

Any advice or resources will be appreciated!

Best,

Philina

Tagged:

Best Answer

Answers