# Identity Connector: Accessed Provider APIs The following APIs are accessed by the Identity connector. ## Okta Identity | Synqly API | Provider API | | --- | --- | | GET /v1/identity/audit | GET /api/v1/logs | | GET /v1/identity/groups | GET /api/v1/groups | | GET /v1/identity/groups/{groupId} | GET /api/v1/groups/{item}GET /api/v1/groups/{item}/roles | | GET /v1/identity/groups/{groupId}/members | GET /api/v1/groups/{item}/users | | GET /v1/identity/users | GET /api/v1/users | | GET /v1/identity/users/{userId} | GET /api/v1/users/{item}GET /api/v1/users/{item}/groupsGET /api/v1/users/{item}/rolesGET /api/v1/users/{item}/factors | | POST /v1/identity/users/{userId}/actions/{actionId} | POST /api/v1/users/{item}/lifecycle/suspendPOST /api/v1/users/{item}/lifecycle/unsuspendPOST /api/v1/users/{item}/lifecycle/{item}DELETE /api/v1/users/{item}/sessions | ## Google Workspace | Synqly API | Provider API | | --- | --- | | GET /v1/identity/audit | GET /admin/reports/v1/activity/users/all/applications/adminGET /admin/reports/v1/activity/users/all/applications/loginGET /admin/reports/v1/activity/users/all/applications/drive | | GET /v1/identity/groups | GET /admin/directory/v1/groups | | GET /v1/identity/groups/{groupId} | GET /admin/directory/v1/groups/{item} | | GET /v1/identity/groups/{groupId}/members | GET /admin/directory/v1/groups/{item}/members | | GET /v1/identity/users | GET /admin/directory/v1/users | | GET /v1/identity/users/{userId} | GET /admin/directory/v1/users/{item} | | POST /v1/identity/users/{userId}/actions/{actionId} | PUT /admin/directory/v1/users/{item} | ## PingOne Cloud Platform | Synqly API | Provider API | | --- | --- | | GET /v1/identity/audit | GET /v1/environments/{item}/activities | | GET /v1/identity/groups | GET /v1/environments/{item}/groups | | GET /v1/identity/groups/{groupId} | GET /v1/environments/{item}/groups/{item}GET /v1/environments/{item}/groups/{item}/roleAssignments | | GET /v1/identity/groups/{groupId}/members | GET /v1/environments/{item}/users | | GET /v1/identity/users | GET /v1/environments/{item}/users | | GET /v1/identity/users/{userId} | GET /v1/environments/{item}/users/{item}GET /v1/environments/{item}/users/{item}/memberOfGroupsGET /v1/environments/{item}/users/{item}/roleAssignments | | POST /v1/identity/users/{userId}/actions/{actionId} | PUT /v1/environments/{item}/users/{item}/enabledPUT /v1/environments/{item}/users/{item}/passwordGET /v1/environments/{item}/users/{item}/sessions | ## Microsoft Entra ID | Synqly API | Provider API | | --- | --- | | GET /v1/identity/groups | GET /v1.0/groups | | GET /v1/identity/groups/{groupId} | GET /v1.0/groups/{item}GET /v1.0/groups/{item}/transitiveMemberOf/microsoft.graph.directoryRole | | GET /v1/identity/groups/{groupId}/members | GET /beta/groups/{item}/members | | GET /v1/identity/users | GET /v1.0/users | | GET /v1/identity/users/{userId} | GET /v1.0/users/{item}GET /v1.0/users/{item}/transitiveMemberOf/microsoft.graph.groupGET /v1.0/users/{item}/transitiveMemberOf/microsoft.graph.directoryRoleGET /v1.0/users/{item}/authentication/methods | | POST /v1/identity/users/{userId}/actions/{actionId} | PATCH /v1.0/users/{item}POST /v1.0/users/{item}/revokeSignInSessions |