})
SAML Configuration
diff --git a/docs/api/role-management-v2.md b/docs/api/role-management-v2.md
new file mode 100644
index 0000000000..9f0376dcee
--- /dev/null
+++ b/docs/api/role-management-v2.md
@@ -0,0 +1,43 @@
+---
+id: role-management-v2
+title: Role Management APIs v2 (Beta)
+sidebar_label: Roles
+description: Role Management APIs v2 (Beta) allow you to manage roles from HTTP endpoints.
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import ApiIntro from '../reuse/api-intro.md';
+import ApiRoles from '../reuse/api-roles.md';
+
+
})
+
+
Beta
+
+Roles determine the functions that users are able to perform in Sumo Logic. The Role Management API (v2) allows you to configure access on partitions and manage roles from HTTP endpoints.
+
+To manage roles, you must have an administrator role or your role must have been assigned the [Manage Users and Roles](/docs/manage/users-roles/) capability.
+
+## Documentation
+
+
+
+| Deployment | Documentation URL |
+|:------------|:--------------------------------------------------------|
+| AU | https://api.au.sumologic.com/docs/#tag/roleManagementV2 |
+| CA | https://api.ca.sumologic.com/docs/#tag/roleManagementV2 |
+| DE | https://api.de.sumologic.com/docs/#tag/roleManagementV2 |
+| EU | https://api.eu.sumologic.com/docs/#tag/roleManagementV2 |
+| FED | https://api.fed.sumologic.com/docs/#tag/roleManagementV2 |
+| IN | https://api.in.sumologic.com/docs/#tag/roleManagementV2 |
+| JP | https://api.jp.sumologic.com/docs/#tag/roleManagementV2 |
+| KR | https://api.kr.sumologic.com/docs/#tag/roleManagementV2 |
+| US1 | https://api.sumologic.com/docs/#tag/roleManagementV2 |
+| US2 | https://api.us2.sumologic.com/docs/#tag/roleManagementV2 |
+
+
diff --git a/sidebars.ts b/sidebars.ts
index 0bd3a6d14d..73ca7fde59 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -2972,6 +2972,7 @@ integrations: [
'api/password-policy',
'api/policies-management',
'api/role-management',
+ 'api/role-management-v2',
'api/saml-configuration',
'api/scheduled-views',
'api/search-job',