Api/v2/users?page=?, paging is not working

Hi

I am using management api’s for migration , after initial importing 150+ users via user-import-export extension , i need to assign roles to all the users , but i am unable to retreireve all the users using api/v2/users?page=? , the paging works just for first 2 pages after that it just returns empty any idea why it does not work , i see all the users in the dashboard . A follow up would be if its possible to bulk assign roles also using import export extension

That endpoint doesn’t look right, we don’t have an /api/v2/users endpoint. Are you talking about /api/v1/users as documented here?

You can also see information about how to implement pagination for Okta’s endpoints, either in our API reference docs here or with the example in the following article: How to Use Pagination when Making API Calls in Postman | Okta Help Center

Hi for me api/v1/ does not work i get 404 “not found” error , this is the documentation Auth0 Management API v2 , is there a way to assign roles during bulk import , also i tried using v2/jobs/post-users-imports but does not give me a way to update my domain in url and test api endpoint is disabled

This community is dedicated to the Okta platform

I’d recommend reaching out in the community space for the Auth0 platform instead: https://community.auth0.com/

1 Like