Hi there!
I’m trying to get the list of users from the API.
So far i was able to get 200 users which i understand is the limit per page. With that said, i’m having a hard time trying to figure out how to move to the next page, the documentation is not clear on what should be done exactly to move to the next page
When i fetch the first time i get a Link Header, something like this
https://api.lucid.co/users?pageSize=20&pageToken=eyJvIjoiMSIsImUiOjE2Mjg2OTc3OTF9>; rel="next"
this is the link header of the current page, but how should i move to the next one? i mean, how to i actually use the “next” provided.
Link to the documentation:
https://lucid.readme.io/reference/reference-rest#pagination
Also, second question, is this Endpoint to List Users able to provide Licenses allocated to users?
Thanks in advance,
Rapha