updateUser
inline suspend fun WorkMailClient.updateUser(crossinline block: UpdateUserRequest.Builder.() -> Unit): UpdateUserResponse
Updates data for the user. To have the latest information, it must be preceded by a DescribeUser call. The dataset in the request should be the one expected when performing another DescribeUser
call.