Administrations can have multiple users. Use the following endpoints to get information about the users in an administration.
List all users
GET
https://moneybird.com/api/v2
/{administration_id}/users{format}
Returns a list of users within the administration.
path Parameters
- administration_idstring | integer · pattern:- ^\d+$· required- The unique identifier of the administration - A unique record identifier of an administration 
- formatstring · pattern:- ^(.(json|xml))?$· required- The format in which the response is given, can be empty to use the default format Default: .json
query Parameters
- include_inactiveboolean | string
- include_accountantsboolean | string
- include_api_usersboolean | string
Responses
A list of users
- idstring | integer · pattern:- ^\d+$- A unique record identifier 
- namestring
- created_atstring · date-time
- updated_atstring · date-time