getConnectionGroups
abstract suspend fun getConnectionGroups(parameters: SCIM.GetConnectionGroupsParameters): SCIMGetConnectionGroupsResponse
Gets all groups associated with an organization's SCIM connection. This method wraps the {@link https://stytch.com/docs/b2b/api/get-scim-connection-groups get-connection-groups} endpoint. The caller must have permission to view SCIM via the project's RBAC policy & their role assignments.
Return
Parameters
parameters
the parameters necessary to get connection groups
abstract fun getConnectionGroups(parameters: SCIM.GetConnectionGroupsParameters, callback: (SCIMGetConnectionGroupsResponse) -> Unit)
Gets all groups associated with an organization's SCIM connection. This method wraps the {@link https://stytch.com/docs/b2b/api/get-scim-connection-groups get-connection-groups} endpoint. The caller must have permission to view SCIM via the project's RBAC policy & their role assignments.
Parameters
parameters
the parameters necessary to get connection groups
callback
a callback that receives a SCIMGetConnectionGroupsResponse