You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rest/scim/scim.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Name | Type | Description
73
73
`name.familyName`|`string` | The last name of the user.
74
74
`emails` | `array` | List of user emails.
75
75
`externalId` | `string` | This identifier is generated by the SAML provider, and is used as a unique ID by the SAML provider to match against a GitHub user. You can find the `externalID` for a user either at the SAML provider, or using the [List SCIM provisioned identities](#list-scim-provisioned-identities) endpoint and filtering on other known attributes, such as a user's GitHub username or email address.
76
+
`profileUrl` | `string` | The URL of the {% data variables.product.github %} account linked to the SCIM identity. This attribute is omitted when the identity is not linked to a {% data variables.product.github %} account.
76
77
`id` | `string` | Identifier generated by the GitHub SCIM endpoint.
77
78
`active` | `boolean` | Used to indicate whether the identity is active (true) or should be deprovisioned (false).
0 commit comments