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)
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.

Configure credentials above to enable sending.

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

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.patchV3ScopesRequestsApproveId()