Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 440 Bytes

profiles.md

File metadata and controls

27 lines (23 loc) · 440 Bytes

profiles

GET /api/v1/profiles

Required scope: read_people, people

Sample Model

{
	"id": 20,
	"email": "[email protected]",
	"username": "chris",
	"type": "User",
	"real_name": "Chris Allen",
	"display_name": "Chief",
	"about": "",
	"image_url": "",
	"updated_at": "2014-05-04T20:00:27.4-05:00",
	"created_at": "2014-05-04T20:00:27.4-05:00",
	"company": "AmeriCommerce"
}