Interface IUserExternalAccount

All Superinterfaces:
IRestoreCrudSupport<UserAccount>, IRestoreSupport<UserAccount>
All Known Subinterfaces:
IInternalUserExternalAccount

@Path("/users/{domain}/{uid}/accounts") public interface IUserExternalAccount extends IRestoreCrudSupport<UserAccount>
UserAccount API. Handles external user accounts. [uid] corresponds to an user uid. [systemIdentifier] is used to identify the external system and is usually predetermined by the corresponding plugin.