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/enterprises//Users'
{
"Resources": [
{
"active": true,
"emails": [
{
"primary": true,
"type": "string",
"value": "string"
}
],
"externalId": "string",
"groups": [
{
"value": "string"
}
],
"id": "string",
"meta": {
"created": "string",
"lastModified": "string",
"location": "string",
"resourceType": "string"
},
"name": {
"familyName": "string",
"givenName": "string"
},
"schemas": [
"string"
],
"userName": "string"
}
],
"itemsPerPage": 0,
"schemas": [
"string"
],
"startIndex": 0,
"totalResults": 0
}