Returns admin details for the authenticated user.
If successful, this endpoint will return a 200 OK status.
One of the following scopes are required to use this endpoint.
When the request is successful, you can expect an object matching the specification below to be returned.
{ admin: AdminUserDetails { revision: Integer admin_access: Boolean roles: [ String? ] permissions: [ String? ] } }