An FQL table that represents user roles for applications in the App Dashboard. Use app_role instead.
| Name | Description |
|---|---|
| numeric string | The application ID |
| numeric string | The user ID |
role string | The role that the user has for this application, one of: administrators, developers, testers, insights users |
To read the developer table you need one of the following:
a valid user access_token with basic permissions, which allows you to return a list of all applications for which the current session user has a role defined
a valid application access_token, which allows you to return a list of all users who have a role defined for the application