Internal
Get the current user
GET /me
The person behind the token, the workspace they belong to, and its plan.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs user:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Response
idstringemailstringnamestringfirstNamestringlastNamestringcreatedAtstring | nullworkspaceobjectChild attributes
idstringnamestringplanenum<string>The three plans. An enterprise licence is a max plan. One of basic, plus or max.
dayPassbooleandayPassEndsAtstring | nullteamPackbooleanbusinessbooleanThe workspace holds a board business licence.
boardCountintegerspaceCountintegertokenobjectChild attributes
kindenum<string>One of personal, service or oauth.
namestring | nullscopesstring[]Errors
401
unauthorizedMissing or invalid token.
429
rate_limitedToo many requests.
Was this page helpful?