filter
parameter, the resources for all matching provisions members are returned.null
user. These are unlinked SAML identities that are created when a user goes through the following Single Sign-On (SSO) process but does not sign in to their GitHub account after completing SSO:null
external identity entry is created and the user is prompted to sign in to their GitHub account:null
entry remains in place.curl --location --request GET 'https://api.github.com/scim/v2/organizations//Users'
{}
eq
). You can filter results that are equal to id
, userName
, emails
, and external_id
. For example, to search for an identity with the userName
Octocat, you would use this query:?filter=userName%20eq%20\"Octocat\"
.octocat@github.com
, you would use this query:?filter=emails%20eq%20\"octocat@github.com\"
.