Users.setIPAddressAccess (Method)

Sets or removes the IP address restriction for a user.

Returns:

Void

Arguments:

Name Type Required Description
id UserID Required A user's ID.
limitAccessIPAddresses IPAddressWildcardList_EmptyString Optional. Defaults to an empty string. A comma-delimited list of IP addresses from which the user can access CommonSpot. An item on this list can contain a wild card; for example, 100.*. If this parameter's value is an empty string, no restrictions exist.

Context:

License Requirements None
Permission Requirements User:Admin
Deny Context None
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the customer level, calls to this method will be logged
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None