Skip to main content
GET
/
accounts
/
user-info
/
Get user information
curl --request GET \
  --url https://api.futureagi.com/accounts/user-info/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "jsmith@example.com",
  "fullName": "<string>",
  "rememberMe": true,
  "wsEnabled": true,
  "getStartedCompleted": true,
  "organization": {},
  "workspaces": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

JWT token obtained from /accounts/token/ endpoint

Response

User information retrieved

id
string<uuid>
email
string<email>
fullName
string
rememberMe
boolean
wsEnabled
boolean
getStartedCompleted
boolean
organization
object
workspaces
object[]