Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 574 Bytes

users.md

File metadata and controls

31 lines (27 loc) · 574 Bytes

users

GET /api/v1/users

Required scope: read_people, people

Sample Model

{
	"id": 1,
	"username": "chris",
	"email": "[email protected]",
	"phone": "",
	"last_login_attempt_at": "2014-05-06T12:24:32.753-05:00",
	"last_login_at": "2014-05-06T12:24:32.753-05:00",
	"user_role_id": null,
	"updated_at": "2014-05-06T12:24:32.753-05:00",
	"created_at": "2014-05-04T20:00:27.433-05:00",
	"first_name": "Chris",
	"last_name": "Allen",
	"phone_extension": "",
	"alternate_phone": "",
	"fax": "",
	"profile_id": 20
}