v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-017364211.0 KB
Profile

Get Profile

Fetches the individual information of the logged in user to populate the Profile page.

get/profile

Response

Returns user profile

first_namestring
last_namestring
emailstring
rolesstring[]
organization_namestring

Example response

{
  "first_name": "Jane",
  "last_name": "Doe",
  "email": "jdoe@mail.org",
  "roles": [
    "developer"
  ],
  "organization_name": "Stellar Aid"
}