Users
Get Current User
Retrieve the authenticated user’s profile, organisation, and permissions.
GET
GET
Response
boolean
true on a successful request.object
User profile — id, email, name, status,
is_from_suit flag, email_verified.object
The user’s current organisation — id, name, status, page limits.
array
List of permission slugs granted to this user. Example slugs:
settings:website:add, scan:full_scan:add, settings:team:delete.