Current User
get
Authorizations
Responses
default
application/json
get
GET /v1/current-user HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
default
{
"uuid": "text",
"canvasClientId": "text",
"personalIdentifiers": [
"text"
],
"roles": [
"student"
],
"canvasUserId": 1,
"avatarUrl": "text",
"name": "text",
"canvasAccountId": 1
}
Last updated
Was this helpful?