RADIUS endpoints
AddRADIUSAttributeToGroup
AddRADIUSAttributeToGroup(DataLayer.Entity.RadiusAttribute,System.String,System.String)
Add RADIUS attribute to a group. To add a multi-value attribute, add the attribute once for each value of the attribute.
Parameters
Param: attribute: Attribute to add to the group
Param: groupName: Group to add attribute to
Param: organization: Account
Returns
True if added
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
AddRADIUSAttributeToUser
AddRADIUSAttributeToUser(DataLayer.Entity.RadiusAttribute,System.String,System.String)
Add a RADIUS attribute to a user. To add a multi-value attribute, add the attribute once for each value of the attribute.
Parameters
Param: attribute: RADIUS Attribute to add
Param: userName: User to add the attribute to
Param: organization: Account
Returns
True if attribute was added
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetRADIUSAttribute
GetRADIUSAttribute(System.String,System.String)
Get a RADIUS attribute by vendor name and attribute name.
Parameters
Param: vendorName: Vendor name
Param: attributeName: Attribute name
Returns
RADIUS attribute
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetRADIUSAttributesForGroup
GetRADIUSAttributesForGroup(System.String,System.String)
Get a list of RADIUS attributes associated with a group. Multi-value attributes display as multiple attributes of the same type/ID with different values.
Parameters
Param: groupName: Group Name
Param: organization: Account
Returns
RADIUS attributes
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetRADIUSAttributeForVendor
GetRADIUSAttributeForVendor(System.String)
Get a list of all RADIUS attributes for the vendor.
Parameter
Param: vendorName: Vendor to get attributes for
Returns
List of attributes supported for a vendor
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetRADIUSAttributesForUser
GetRADIUSAttributesForUser(System.String,System.String)
Get a list of RADIUS attributes associated with a user. Multi-value attributes display as multiple attributes of the same type/ID with different values.
Parameters
Param: userName: User name
Param: organization: Account
Returns
RADIUS attributes
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetRADIUSVendors
GetRADIUSVendors()
Gets a list of all vendors for which RADIUS attributes are available.
Returns
List of vendor names
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
RemoveRADIUSAttributeFromGroup
RemoveRADIUSAttributeFromGroup(DataLayer.Entity.RadiusAttribute,System.String,System.String)
Remove a RADIUS attribute from a group. Exact value and auth node name to remove must be specified.
Parameters
Param: attribute: Attribute to be removed
Param: groupName: Group to remove the attribute from
Param: organization: Account
Returns
True if removed
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
RemoveRADIUSAttributeFromUser
RemoveRADIUSAttributeFromUser(DataLayer.Entity.RadiusAttribute,System.String,System.String)
Remove a RADIUS attribute from a user. Exact value name to remove must be specified.
Parameters
Param: attribute: RADIUS attribute to remove
Param: userName: User name
Param: organization: Account
Returns
True if attribute was removed
SOAP 1.1 samples
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 samples
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response: