Skip to content

Commit af76cae

Browse files
committed
Blog post for 2fa filter
1 parent 66df81b commit af76cae

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
kind: change
3+
title: Audit organization members for two-factor authenication
4+
created_at: 2014-01-29
5+
author_name: pengwynn
6+
---
7+
8+
We've added a [new filter][filter] for listing members of an organization without
9+
[two-factor authentication][2fa-blog] enabled:
10+
11+
12+
<pre class="terminal">
13+
$ curl -H "Authorization: token [yours]" \
14+
https://api.github.com/orgs/octokit/members\?filter\=2fa_disabled
15+
</pre>
16+
17+
The new filter is availbe for owners of organizations with private
18+
repositories. Happy auditing and [send us your feedback or questions][contact].
19+
20+
[filter]: /v3/orgs/members/#audit-two-factor-auth
21+
[2fa-blog]: https://github.com/blog/1614-two-factor-authentication
22+
[contact]: https://github.com/contact?form[subject]=API+2FA+filter
23+

0 commit comments

Comments
 (0)