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.
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
User and pagination parameters. limit defaults to 10 and has a max limit of 1000.
The body is of type object
.
Response
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
.
The response is of type object
.