ztcorekit
/
fr.zhortech.ztcorekit.api.user
/
ZTUserServiceDefinition
/
exist
exist
@
GET
(
value =
user/exists/{attributeName}/{attributeValue}
)
abstract fun
exist
(
@
Path
(
value =
attributeName
)
attributeName:
String
,
@
Path
(
value =
attributeValue
)
attributeValue:
String
):
Observable
<
ApiResponseModel.ExistResponse
>
Content copied to clipboard