provider orgs DELETE /orgs/{org}/blocks/{username}
@utdk/github /orgs/{org}/blocks/{username}
Unblock a user from an organization
Unblocks the given user on behalf of the specified organization.
org path required
The organization name. The name is not case sensitive.
string
username path required
The handle for the GitHub user account.
string

Try it

Authentication
Configure credentials for GitHub v3 REST API
orgs.unblockUser
DELETE/orgs/{org}/blocks/{username}
Unblocks the given user on behalf of the specified organization.

Parameters

required

The organization name. The name is not case sensitive.

required

The handle for the GitHub user account.

Configure credentials above to enable sending.

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

TypeScript

import github from '@utdk/github';

await github.orgs.unblockUser()