provider Teammates PATCH /scopes/requests/{request_id}/approve
@utdk/sendgrid /scopes/requests/{request_id}/approve
Approve access request
**This endpoint allows you to approve an access attempt.** **Note:** Only teammate admins may approve another teammate’s access request.
request_id path required
The ID of the request that you want to approve.
string

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

patchV3ScopesRequestsApproveId
PATCH/scopes/requests/{request_id}/approve
**This endpoint allows you to approve an access attempt.** **Note:** Only teammate admins may approve another teammate’s access request.

Parameters

required

The ID of the request that you want to approve.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.patchV3ScopesRequestsApproveId()