-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Philip Borbon edited this page May 19, 2020
·
1 revision
FORMAT: 1A
User resource end points.
Get a paginated list of all users.
Determine who is user the behind the access token.
- Response 200 (application/json)
-
Body
{ "data": { "id": 1, "first_name": "Administrator", "last_name": "Administrator", "email": "[email protected]" } }
-