/user
Some user methods are located beneath the Org endpoint. Others are under /users
Get current user
GET
https://pm415.com/api/user
Gets info about the current user.
Headers
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Get API key
GET
https://pm415.com/api/user/apikey
Gets the current user's API key.
Headers
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Create new API key
POST
https://pm415.com/api/user/apikey
Creates a new API key for the current user.
Headers
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Update current user
PUT
https://pm415.com/api/user
Updates the current user.
Headers
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Request Body
object
{"email" : "matt@matt.com", "password": "1111", "confirmation": "1111", "firstName": "Matt", "lastName": "Reider" }
Get orgs
GET
https://pm415.com/api/user/orgs
Gets the orgs that current user has access to.
Headers
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
Last updated
Was this helpful?