Provisioning request endpoints
AddCustomTypeProvisioningRequest
AddCustomTypeProvisioningRequest(DataLayer.Entity.User,System.Int32,System.Boolean,System.String@)
Adds a user's request to be provisioned a token. Gets added to the pending provisioning request list.
Parameters
Param: u: User requesting the token.
Param: subType: Token sub type being requested
Param: existingUser: True if user already exists
Param: message: Message to the user in case of a failure
Returns
- True if success
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
AddProvisioningRequest
AddProvisioningRequest(DataLayer.Entity.User,DataLayer.Entity.ProvisioningEntry.TokenOption,System.Boolean,System.String@)
Adds a user's request to be provisioned a token. Gets added to the pending provisioning request list.
Parameters
Param: u: User requesting the token.
Param: tokenType: Token type being requested
Param: existingUser: True if user already exists
Param: message: Message to the user in case of a failure
Returns
- True if success
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:
DenyProvisioningRequest
DenyProvisioningRequest(System.Int32)
Denies a pending provisioning request.
Parameter
Param: requestID: Request to deny
Returns
- True if denied
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:
GetPendingProvisioningRequests
GetPendingProvisioningRequests()
Gets a table of all pending provisioning requests for the organization you are logged in to.
Returns
A table with the following columns:
-
code
-
orgToManage
-
codeState
-
codeDate
-
establishedDate
-
accountGroup
-
canActivate
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:
UpdateProvisioningRequest
UpdateProvisioningRequest(System.Int32,DataLayer.Policy.TokenAuthority)
Approves a provisioning request.
Parameters
Param: requestID: Request ID to update
Param: authority: What level to approve the request at.
Returns:
- True if updated
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: