/users
GET
GET /users(.:format)
/users(.:format)
Returns a list of active users within the administration.
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" \ -XGET \ https://moneybird.com/api/v2/123/users.json?
data = {} RestClient.get( "https://moneybird.com/api/v2/123/users.json", data, { authorization: "Bearer 84ec207ad0154a508f798e615a998ac1fd752926d00f955fb1df3e144cba44ab" } )
Status: 200 OK
[ { "id": "440890269973349456", "name": "Mo Neybird", "created_at": "2024-12-20T09:09:08.548Z", "updated_at": "2024-12-20T09:09:08.772Z", "email": "info@moneybird.nl", "email_validated": true, "language": "nl", "time_zone": "Europe/Amsterdam", "permissions": [ "sales_invoices", "documents", "estimates", "bank", "settings", "ownership", "time_entries" ] }, { "id": "440890553287050597", "name": "John Doe", "created_at": "2024-12-20T09:13:38.736Z", "updated_at": "2024-12-20T09:13:38.741Z", "email": "john+3@doe.nl", "email_validated": true, "language": "nl", "time_zone": "Europe/Amsterdam", "permissions": [ "time_entries" ] } ]
[ { "id": "440890269973349456", "name": "Mo Neybird", "created_at": "2024-12-20T09:09:08.548Z", "updated_at": "2024-12-20T09:09:08.772Z", "email": "info@moneybird.nl", "email_validated": true, "language": "nl", "time_zone": "Europe/Amsterdam", "permissions": [ "sales_invoices", "documents", "estimates", "bank", "settings", "ownership", "time_entries" ] }, { "id": "440890553403442535", "name": "A. Arend.", "created_at": "2024-12-20T09:13:38.847Z", "updated_at": "2024-12-20T09:13:39.179Z", "email": "john+3@doe.nl", "email_validated": true, "language": "nl", "time_zone": "Europe/Amsterdam", "permissions": [ "time_entries" ] } ]