Users
Index
GET https://gofundo.nl/oauth/users
This endpoint allows you to get users.
[
{
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": "/storage/uploads/users/qBIRuH2vsVljp04q.jpg",
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-07-01T13:38:24.000000Z",
"updated_at": "2020-07-02T14:22:42.000000Z",
"full_name": "Web Trader",
"has_authenticator": false
},
{
"id": 2,
"first_name": "John",
"last_name": "Doe",
"function": "HR",
"amount_limit": 2000,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": "$2y$10$fDyomsNR5sg3uv.GUmBuyeHs3IIOCoGGvxbLnlXD7VWfLFs0m6sfW",
"permissions": [
"first_review",
"second_review"
],
"created_at": "2020-07-06T13:40:12.000000Z",
"updated_at": "2020-07-06T13:40:12.000000Z",
"full_name": "John Doe",
"has_authenticator": false
}
]Last updated
Was this helpful?