Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This article pertains to: INFORM (V2)

In the Validic Inform API, you can utilize the "Get All Users" call to view a full list of all of your users:

https://helpdocs.validic.com/reference/get-all-user-profiles

There some parameters you can add to your call to make it more useful than the default settings.

  1. Limit

    By default the limit is set to 100 records. You can see this at the bottom of your results when you make a call. You can change this by including &limit=X as part of your call to the API

  2. Offset

    By default, the offset is set to 0. The offset is the page of the results you are viewing. The default of 0 actually means you are on page 1 (meaning there is no offset). You can change this by using &offset=1 to move to the 2nd page, and so on.

  • No labels