API Playground
Fetch Users
Retrieve users linked to your project application using your API key. This POST
endpoint allows querying by email
, id
, or referenceId
. Use only one field; priority is given to email
, then referenceId
, and finally id
in the MuFi database.
POST
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
Body
application/json
User and pagination parameters. limit defaults to 10 and has a max limit of 1000.
Required range:
x <= 1000
Response
200
application/json
Returns a list of users associated with the project and the total number of users available for pagination. Each user object includes details such as `id`, `firstName`, `lastName`, `email`, `referenceId`, `isActivated`, and `activatedOn`.