List access requests.

External Documentation

To learn more, visit the SafeBase documentation.

Parameters

ParameterDescription
StatusThe status matching the requests to fetch.

Example Output

{
	"ok": true,
	"result": [
		{
			"id": "fe732619-4e7a-469b-b34a-d8bc4aaabfa9",
			"firstName": "Sally",
			"lastName": "Smith",
			"email": "user@safebase.io",
			"companyName": "SafeBase",
			"status": "Pending",
			"createdAt": "2017-07-21T17:32:28Z"
		}
	]
}

Workflow Library Example

List Access Requests with Safebase and Send Results Via Email

Preview this Workflow on desktop