Skip to content

Commit bbd0da3

Browse files
mastersbCopilot
andauthored
Document profileUrl in SCIM user attributes (#45903)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 27965d1 commit bbd0da3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎content/rest/scim/scim.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Name | Type | Description
7373
`name.familyName`|`string` | The last name of the user.
7474
`emails` | `array` | List of user emails.
7575
`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.
7677
`id` | `string` | Identifier generated by the GitHub SCIM endpoint.
7778
`active` | `boolean` | Used to indicate whether the identity is active (true) or should be deprovisioned (false).
7879

0 commit comments

Comments
 (0)