Package com.cumulocity.sdk.client.user
Interface UserApi
- All Known Implementing Classes:
UserApiImpl
public interface UserApi
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String tenant, UserRepresentation userRepresentation) void
update
(String tenant, UserRepresentation userRepresentation) updateCurrentUser
(CurrentUserRepresentation currentUserRepresentation)
-
Method Details
-
getCurrentUser
CurrentUserRepresentation getCurrentUser() -
updateCurrentUser
-
getCurrentUserWithCustomProperties
UserRepresentation getCurrentUserWithCustomProperties() -
getUser
-
create
-
update
-
delete
-