Skip to content

Fonctions web services SOAP vs REST

Old route (SOAP) Method New route (REST) Filters
GetIdentityList GET /scim/v2/person
GetIdentityByUID GET /scim/v2/person uniqueId eq [uid]
GetIdentityListByType GET /scim/v2/person typeId eq [ID type personne]
GetIdentityListByFilter GET /scim/v2/person Filter to be entered in the Filter parameter.
GetEnumerationList GET /scim/v2/template-attribute/id Add “values” to the Attributes parameter.
GetEnumerationByCode GET /scim/v2/template-attribute/id Filter to be entered in the Filter parameter.
GetEnumerationListByEnumerationType GET /scim/v2/template-attribute/id Filter to be entered in the Filter parameter.
GetStructureList GET /scim/v2/structure
GetStructureByCode GET /scim/v2/structure code eq [code structure]
GetStructureListByTypeCode GET /scim/v2/structure typeId eq [ID type structure]
GetDelta GET /scim/v2/account Filter on the status to be entered in the Filter parameter.
ImportIdentityList POST /scim/v2/person See Swagger documentation for body format
ImportStructureList POST /scim/v2/structure See Swagger documentation for body format
ImportResourceList POST /scim/v2/resource See Swagger documentation for body format
DeleteIdentityList DELETE /scim/v2/person/{id}
DeleteStructureList DELETE /scim/v2/structure/{id}
DeleteResourceList DELETE /scim/v2/resource/{id}
ImportEnumerationList Use SIP connectors, possibility to call them via API
ImportCrossReferenceTableList Use SIP connectors, possibility to call them via API
ImportRightStatusList Use SIP connectors, possibility to call them via API
DeleteCrossReferenceTableList Use SIP connectors, possibility to call them via API
DeleteEnumerationList Use SIP connectors, possibility to call them via API
DeleteStatusList Use SIP connectors, possibility to call them via API