Get all permissions for a user, in this permission set
permission_sets_list_users_permissions(id, user_id)
An array containing the following fields:
string, The name of the resource.
boolean, If true, the user has read permission on this resource.
boolean, If true, the user has write permission on this resource.
boolean, If true, the user has manage permission on this resource.
integer required. The ID for this permission set.
integer required. The ID for the user.