jamessingleton/Is Organization Member
Checks if someone is a member of an organization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | The organization name. | yes | — |
| username | The username you want to check belongs to the organization. | yes | — |
| token | GitHub access token. | yes | — |
Outputs
| name | description |
|---|---|
| result | The result in either true or false |