diff --git a/content/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api.md b/content/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api.md index 0439db6187..b82738e0e4 100644 --- a/content/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api.md +++ b/content/admin/identity-and-access-management/provisioning-user-accounts-for-enterprise-managed-users/provisioning-users-with-scim-using-the-rest-api.md @@ -125,7 +125,7 @@ You can view this mapping on {% data variables.location.product_location %}. For ### Ensuring users have the access you intend -If your integration manages access using groups on your IdP, you can validate that users get the access you intend. You can use the REST API to compare your IdP's group memberships with {% data variables.product.prodname_dotcom %}'s understanding of those groups. For more information, see "[AUTOTITLE](/rest/teams/external-groups#about-external-groups)" and "[AUTOTITLE](/rest/teams/teams#get-a-team-by-name)" in the REST API documentation. +If your integration manages access using groups on your IdP, you can validate that users get the access you intend. You can use the REST API to compare your IdP's group memberships with {% data variables.product.prodname_dotcom %}'s understanding of those groups. For more information, see "[AUTOTITLE](/rest/teams/external-groups#about-external-groups)" and "[AUTOTITLE](/rest/teams/teams#get-a-team-by-name)." ### About suspension and reprovisioning of users diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations.md index 2e20b58ec5..cd821b8a08 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations.md @@ -26,7 +26,7 @@ If you use SAML SSO without implementing SCIM, you won't have automatic deprovis ## Supported identity providers -These identity providers (IdPs) are compatible with the {% data variables.product.product_name %} SCIM API for organizations. For more information, see [SCIM](/rest/scim) in the {% ifversion ghec %}{% data variables.product.prodname_dotcom %}{% else %}{% data variables.product.product_name %}{% endif %} API documentation. +These identity providers (IdPs) are compatible with the {% data variables.product.product_name %} SCIM API for organizations. For more information, see "[AUTOTITLE](/rest/scim)." - Microsoft Entra ID (previously known as Azure AD) - Okta - OneLogin diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md index 847fcd3ddf..4de17b28a4 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md @@ -92,7 +92,7 @@ For more information on using the GraphQL API, see: You can re-provision SCIM for users manually through your IdP. For example, to resolve provisioning errors for Okta, in the Okta admin portal, you can unassign and reassign users to the {% data variables.product.prodname_dotcom %} app. This should trigger Okta to make an API call to populate the SCIM metadata for these users on {% data variables.product.prodname_dotcom %}. For more information, see "[Unassign users from applications](https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-unassign-apps.htm)" or "[Assign users to applications](https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-assign-apps.htm)" in the Okta documentation. -To confirm that a user's SCIM identity is created, we recommend testing this process with a single organization member whom you have confirmed doesn't have a SCIM external identity. After manually updating the users in your IdP, you can check if the user's SCIM identity was created using the SCIM API or on {% data variables.product.prodname_dotcom %}. For more information, see "[Auditing users for missing SCIM metadata](#auditing-users-for-missing-scim-metadata)" or the REST API endpoint "[AUTOTITLE](/rest/scim#get-scim-provisioning-information-for-a-user)." +To confirm that a user's SCIM identity is created, we recommend testing this process with a single organization member whom you have confirmed doesn't have a SCIM external identity. After manually updating the users in your IdP, you can check if the user's SCIM identity was created using the SCIM API or on {% data variables.product.prodname_dotcom %}. For more information, see "[Auditing users for missing SCIM metadata](#auditing-users-for-missing-scim-metadata)" or "[AUTOTITLE](/rest/scim#get-scim-provisioning-information-for-a-user)." If re-provisioning SCIM for users doesn't help, please contact {% data variables.product.prodname_dotcom %} Support. diff --git a/content/rest/scim/index.md b/content/rest/scim/index.md index 5b7e951a01..a010a21c99 100644 --- a/content/rest/scim/index.md +++ b/content/rest/scim/index.md @@ -1,5 +1,7 @@ --- -title: SCIM +title: REST API endpoints for SCIM +shortTitle: SCIM +allowTitleToDifferFromFilename: true intro: >- Use the REST API to control and manage your GitHub organization members' access with SCIM. diff --git a/content/rest/scim/scim.md b/content/rest/scim/scim.md index bba63b15fa..fe2ece1975 100644 --- a/content/rest/scim/scim.md +++ b/content/rest/scim/scim.md @@ -1,5 +1,7 @@ --- -title: SCIM +title: REST API endpoints for SCIM +shortTitle: SCIM +allowTitleToDifferFromFilename: true intro: >- Use the REST API to control and manage your GitHub organization members' access with SCIM. diff --git a/content/rest/teams/discussion-comments.md b/content/rest/teams/discussion-comments.md index 779543cfb2..5f7b07fff8 100644 --- a/content/rest/teams/discussion-comments.md +++ b/content/rest/teams/discussion-comments.md @@ -1,5 +1,5 @@ --- -title: Team discussion comments +title: REST API endpoints for team discussion comments allowTitleToDifferFromFilename: true shortTitle: Discussion comments intro: >- diff --git a/content/rest/teams/discussions.md b/content/rest/teams/discussions.md index d3ff9414a5..05815abf69 100644 --- a/content/rest/teams/discussions.md +++ b/content/rest/teams/discussions.md @@ -1,5 +1,5 @@ --- -title: Team discussions +title: REST API endpoints for team discussions allowTitleToDifferFromFilename: true shortTitle: Discussions intro: >- diff --git a/content/rest/teams/external-groups.md b/content/rest/teams/external-groups.md index f12e55fd1e..7672763167 100644 --- a/content/rest/teams/external-groups.md +++ b/content/rest/teams/external-groups.md @@ -1,5 +1,7 @@ --- -title: External groups +title: REST API endpoints for external groups +shortTitle: External groups +allowTitleToDifferFromFilename: true intro: >- Use the REST API to view the external identity provider groups that are available to your organization and manage the connection between external diff --git a/content/rest/teams/index.md b/content/rest/teams/index.md index 0d9b869037..ec2c2686d4 100644 --- a/content/rest/teams/index.md +++ b/content/rest/teams/index.md @@ -1,5 +1,7 @@ --- -title: Teams +title: REST API endpoints for teams +shortTitle: Teams +allowTitleToDifferFromFilename: true intro: 'Use the REST API to create and manage teams in your {% data variables.product.product_name %} organization.' redirect_from: - /v3/teams diff --git a/content/rest/teams/members.md b/content/rest/teams/members.md index cf4ff8fc06..9f922a697b 100644 --- a/content/rest/teams/members.md +++ b/content/rest/teams/members.md @@ -1,5 +1,5 @@ --- -title: Team members +title: REST API endpoints for team members intro: >- Use the REST API to create and manage membership of teams in your {% data variables.product.product_name %} organization. diff --git a/content/rest/teams/team-sync.md b/content/rest/teams/team-sync.md index 7342be7a7d..1b75c539ef 100644 --- a/content/rest/teams/team-sync.md +++ b/content/rest/teams/team-sync.md @@ -1,5 +1,6 @@ --- -title: Team synchronization +title: REST API endpoints for team synchronization +shortTitle: Team synchronization intro: >- Use the REST API to manage connections between {% data variables.product.product_name %} teams and external identity provider (IdP) diff --git a/content/rest/teams/teams.md b/content/rest/teams/teams.md index c69c8a5dd7..117ffaac22 100644 --- a/content/rest/teams/teams.md +++ b/content/rest/teams/teams.md @@ -1,5 +1,7 @@ --- -title: Teams +title: REST API endpoints for teams +shortTitle: Teams +allowTitleToDifferFromFilename: true intro: >- Use the REST API to create and manage teams in your {% data variables.product.product_name %} organization. diff --git a/content/rest/users/blocking.md b/content/rest/users/blocking.md index 8dd072036a..45d5e702aa 100644 --- a/content/rest/users/blocking.md +++ b/content/rest/users/blocking.md @@ -1,5 +1,6 @@ --- -title: Blocking users +title: REST API endpoints for blocking users +shortTitle: Blocking users intro: Use the REST API to manage blocked users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/emails.md b/content/rest/users/emails.md index 2d89b287e3..ff10fc259f 100644 --- a/content/rest/users/emails.md +++ b/content/rest/users/emails.md @@ -1,5 +1,7 @@ --- -title: Emails +title: REST API endpoints for emails +shortTitle: Emails +allowTitleToDifferFromFilename: true intro: Use the REST API to manage email addresses of authenticated users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/followers.md b/content/rest/users/followers.md index 65cd55b4e6..24f75ed337 100644 --- a/content/rest/users/followers.md +++ b/content/rest/users/followers.md @@ -1,5 +1,7 @@ --- -title: Followers +title: REST API endpoints for followers +shortTitle: Followers +allowTitleToDifferFromFilename: true intro: Use the REST API to get information about followers of authenticated users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/gpg-keys.md b/content/rest/users/gpg-keys.md index 42f6027c99..66c29fd9cb 100644 --- a/content/rest/users/gpg-keys.md +++ b/content/rest/users/gpg-keys.md @@ -1,5 +1,7 @@ --- -title: GPG Keys +title: REST API endpoints for GPG keys +shortTitle: GPG keys +allowTitleToDifferFromFilename: true intro: Use the REST API to manage GPG keys of authenticated users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/index.md b/content/rest/users/index.md index d87e2dab99..9b1bdd52cd 100644 --- a/content/rest/users/index.md +++ b/content/rest/users/index.md @@ -1,5 +1,7 @@ --- -title: Users +title: REST API endpoints for users +shortTitle: Users +allowTitleToDifferFromFilename: true intro: Use the REST API to get public and private information about authenticated users. redirect_from: - /v3/users diff --git a/content/rest/users/keys.md b/content/rest/users/keys.md index efb5585391..8420278301 100644 --- a/content/rest/users/keys.md +++ b/content/rest/users/keys.md @@ -1,5 +1,6 @@ --- -title: Git SSH Keys +title: REST API endpoints for Git SSH keys +shortTitle: Git SSH keys intro: Use the REST API to manage Git SSH keys of authenticated users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/social-accounts.md b/content/rest/users/social-accounts.md index 13a6b07778..d90ac95daf 100644 --- a/content/rest/users/social-accounts.md +++ b/content/rest/users/social-accounts.md @@ -1,5 +1,7 @@ --- -title: Social accounts +title: REST API endpoints for social accounts +shortTitle: Social accounts +allowTitleToDifferFromFilename: true intro: Use the REST API to manage social accounts of authenticated users. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' diff --git a/content/rest/users/ssh-signing-keys.md b/content/rest/users/ssh-signing-keys.md index 5773c0e24c..d6d358d327 100644 --- a/content/rest/users/ssh-signing-keys.md +++ b/content/rest/users/ssh-signing-keys.md @@ -1,5 +1,6 @@ --- -title: SSH signing keys +title: REST API endpoints for SSH signing keys +shortTitle: SSH signing keys intro: Use the REST API to manage SSH signing keys of authenticated users. versions: fpt: '*' diff --git a/content/rest/users/users.md b/content/rest/users/users.md index eb5cdc45b7..469ccef9ff 100644 --- a/content/rest/users/users.md +++ b/content/rest/users/users.md @@ -1,5 +1,7 @@ --- -title: Users +title: REST API endpoints for users +shortTitle: Users +allowTitleToDifferFromFilename: true intro: >- Use the REST API to get public and private information about authenticated users.