Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of record

Response

User fetched successfully

id
string

User's ID

name
string

User's name

username
string

User's username

email
string<email>

User's email address

organisation
string

User's organisation

role
enum<string>
Available options:
OrgAdmin,
OrgMember
organisation_id
string

OrganisationID

projects
object[]

Projects the user belongs to (included in login/signup/current-user responses)