Skip to main content
GET
GET
Returns the full profile of the currently authenticated user, including their organisation membership and permission slugs.

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.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Current user data

success
boolean
data
object