# SCIM user responses now include a profileUrl attribute

> Source: <https://github.blog/changelog/2026-09-16-scim-user-responses-now-include-a-profileurl-attribute>
> Published: 2026-09-16 20:19:58+00:00

# SCIM user responses now include a profileUrl attribute

SCIM user responses from GitHub now include the standard `profileUrl` attribute defined by RFC 7643, containing the absolute URL of the GitHub account linked to the external identity.

Previously, matching a SCIM record to the corresponding GitHub account required extra lookups or inference. Identity providers and IT teams provisioning access to GitHub through SCIM can now read `profileUrl` directly instead of working around the gap.

- `profileUrl` is returned from the`/Users` endpoint and is consistently supported across both organization and enterprise SCIM responses.
- `profileUrl` is omitted when an external identity isn’t yet linked to a GitHub user.
- The attribute is documented in the SCIM OpenAPI schema and example responses.
- `userName` and other attributes continue to return the same values as before, so existing SCIM, GraphQL, and identity management integrations aren’t affected.

This is an additive change and no action is required for existing integrations. If you want to use the new mapping, start reading `profileUrl` in your SCIM responses when it’s present.

Learn more in the REST API documentation for [Enterprise SCIM](https://docs.github.com/enterprise-cloud@latest/rest/scim/scim?apiVersion=2022-11-28) and [Org SCIM](https://docs.github.com/enterprise-cloud@latest/rest/scim/scim?apiVersion=2026-03-10).
