Hi,
I’m using the API endpoint
{{url}}/api/v1/groups/{{groupid}}/users?limit=1000
If there are more than 1000 Users in this group, I have to use the Pagination mechanism, that uses the “link:” field in the response header
Problem:
As you can see Okta generates to lines with the same identifier “link:” in the resonse header (is this allowed?)
and our system (Apache NiFi) only saves the first “link”-line and I need the second “link”-line
Any Idea how I can solve this?