URLShortener.sendAccessTokenInvalidNotification (Method)
Sends an email to the site administrators and returns a comma delimited list of names of site administrators.
Returns:
Person_FirstNameMiddleNameLastName_List (list)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | URLShorteningServiceID | Required | The ID of the URL shortening service. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | Authoring |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
84512 | None of the site administrators have a registered email address. |
84513 | The current user does not have a registered email address. |
1005007 | Sending of emails is not configured. |
Notes:
None