An FQL table containing information about the pages that a user is an admin of.
The User Graph API object has a connection accounts which contains similar information.
| Name | Description |
|---|---|
last_used_time timestamp | The UNIX timestamp of the last time the admin used this page |
| numeric string | The ID of a Page |
perms array | Admin's permission levels for this page |
role string | Admin's role types for this page |
type string | The type of the Page |
| numeric string | The User ID of an admin of a Page |
To read the page_admin table you need
manage_pages [permissions][1] for the list of pages the current session user is an admin of.