Reject request

This method enables a request confirmer to reject a single request, identified by its request ID.

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 
https://<IIS_Server_Ip>/PasswordVault/API/incomingrequests/{RequestID}/reject

The following mandatory value is required in the URL:

Parameter

RequestID

Type

Text

Description

The unique ID of the request to reject.

Resource information

HTTP method

POST

Content type

application/json

Header parameter

Parameter

Description

Authorization

The token that identifies the session, encoded in BASE 64. See Authentication.

Type: String

Mandatory: Yes

Default value: None

Body parameters

 
{

"Reason": "<Confirmer reason>"

}

 

Parameter

Reason

Type

Text

Description

The confirmer's reason for rejecting this request.

Result

None

Return codes

For a complete list of return codes, see Return Codes.