PageCreationRulesAdminServicesGetSupportTypeChoices_AvailableUsers Method | 
          
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PcrSupportTypeChoice_User[]> GetSupportTypeChoices_AvailableUsers( PcrSupportTypeInput data )
Information containing User Ids that were already assigned to Page Creation Rule
{
    "data": {
        "listingType": "availableUsers",
        "selectedIds": "INGENIUX\\awang",
        "selectedEmails": ""
    }
}Array of information of Users that weren't assigned to Page Creation Rule yet
{
    "code": 0,
    "error": null,
    "message": [{
        "name": "INGENIUX\\abusbin (abusbin)",
        "id": "INGENIUX\\abusbin",
        "email": ""
    }, {
        "name": "ingeniux\\author (author)",
        "id": "ingeniux\\author",
        "email": ""
    }, {
        "name": "t (t)",
        "id": "t",
        "email": "t@i.com"
    }]
}