activateUserProfile

abstract suspend fun activateUserProfile(id: Uid<UserProfile>): UserProfileManagementService.ActivateUserProfileResult

Activates the user profile with id. If the user profile with id is already active then this call does nothing.

Return

ActivateUserProfileResult.Success if the user profile with id has been activated or was already active. ActivateUserProfileResult.Failure if the call failed.