PIN endpoints
GetRandomTokenPIN
GetRandomTokenPIN(System.String)
Get a random server side PIN that complies with the current server side PIN policy.
Parameters
Param: organization: Account
Returns
The random PIN
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:
GetServerPINPolicy
GetServerPINPolicy(System.String)
Get the server side PIN policy for tokens.
Parameter
Param: organization: Account
Returns
Server PIN policy
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:
SetTokenPIN
SetTokenPIN(System.String,System.String,System.Boolean,System.String,System.Boolean,System.String)
Set a token's server side PIN, optionally requiring a PIN change.
Parameters
Param: serial: Serial of the token to set the PIN for
Param: newPIN: The new PIN
Param: changeOnFirstUse: True if the user much change it on first use
Param: comment: Comment to attach to the token
Param: notifySMSUsers: True if you want to notify an SMS token user that their PIN has changed
Param: organization: Account
Returns
success | Successfully revoked a static password |
fail | Failed to revoke a static password |
complexityFail | New PIN to set does not meet the server side PIN complexity requirements. |
error | Revoked the token but failed to revoke the static password |
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: