Skip to main content

Get Profile

GET 

/profile

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

Responses

Returns user profile

Schema
    first_name string
    last_name string
    email string
    roles string[]
    organization_name string
Loading...