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_id
string | integer · pattern:^\d+$
· requiredThe unique identifier of the administration
A unique record identifier of an administration
format
string · pattern:^(.(json|xml))?$
· requiredThe format in which the response is given, can be empty to use the default format
Default: .json
query Parameters
include_inactive
boolean | stringinclude_accountants
boolean | stringinclude_api_users
boolean | string
Responses
A list of users
id
string | integer · pattern:^\d+$
A unique record identifier
name
stringcreated_at
string · date-timeupdated_at
string · date-time