Return information about current logged-in user
GET/v1/user/
Return information about current logged-in user
Request
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
accountType string
assignedProjects
object
property name*
AssignedProject
entryType string
projectRole string
email stringrequired
fullName string
id int64required
metadata
object
photoId string
photoLoaded boolean
userId stringrequired
userRole string
{
"accountType": "string",
"assignedProjects": {},
"email": "string",
"fullName": "string",
"id": 0,
"metadata": {},
"photoId": "string",
"photoLoaded": true,
"userId": "string",
"userRole": "string"
}
Loading...