Get personal dashboard

Return all projects and flags that are relevant to the user.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

personalDashboardSchema
adminslist of objects
Users with the admin role in Unleash.
projectOwnerslist of objects
Users with the project owner role in Unleash. Only contains owners of projects that are visible to the user.
projectslist of objects
A list of projects that a user participates in with any role e.g. member or owner or any custom role
flagslist of objects
A list of flags a user created or favorited

Errors