createUserProfile

abstract suspend fun createUserProfile(displayName: String): UserProfileManagementService.CreateUserProfileResult

Creates a new user profile with displayName.

Return

CreateUserProfileResult.Success if the new user profile has been created. CreateUserProfileResult.Failure if the call failed.