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+$· requiredThe unique identifier of the administration
A unique record identifier of an administration
formatstring · pattern:^(.(json|xml))?$· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
query Parameters
include_inactiveboolean | stringinclude_accountantsboolean | stringinclude_api_usersboolean | string
Responses
A list of users
idstring | integer · pattern:^\d+$A unique record identifier
namestringcreated_atstring · date-timeupdated_atstring · date-time