FreshnessReminders.getUsersAndGroups (Method)
Returns zero or more structures, each containing information about a user or group that has Admin, Author, or Edit permission for a page.
Returns:
FreshnessReminders_GetUsersAndGroups_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ID | Integer | A group or user's ID. |
NAME | String | A group or user's name. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | PageID | Required | A page's ID. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None